Last active
June 1, 2016 01:29
-
-
Save hbarcelos/3213045da9e841f23b8f3960d5dd1b84 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var chai = require('chai'), | |
expect = chai.expect, | |
should = chai.should(); | |
var RoundQueue = require('<round-queue-implementation>'); // We'll fix this later | |
describe('Round-Queue', function(){ | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment