Skip to content

Instantly share code, notes, and snippets.

@BlackDante
Created February 9, 2017 15:20
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 BlackDante/32c6eb85b7a0a5e332df6bce11c92e3e to your computer and use it in GitHub Desktop.
Save BlackDante/32c6eb85b7a0a5e332df6bce11c92e3e to your computer and use it in GitHub Desktop.
var module = require('../index.js');
var expect = require('chai').expect;
describe('dummy test', () => {
it('should work', () => {
expect(1).to.equal(1);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment