Skip to content

Instantly share code, notes, and snippets.

@hbarcelos
Last active June 1, 2016 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbarcelos/3213045da9e841f23b8f3960d5dd1b84 to your computer and use it in GitHub Desktop.
Save hbarcelos/3213045da9e841f23b8f3960d5dd1b84 to your computer and use it in GitHub Desktop.
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