Skip to content

Instantly share code, notes, and snippets.

@vitalets
Created December 8, 2017 13:49
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 vitalets/db55205a69a3212cbe0df29d83e2faec to your computer and use it in GitHub Desktop.
Save vitalets/db55205a69a3212cbe0df29d83e2faec to your computer and use it in GitHub Desktop.
ES5 sum.test.js
describe('sum', function () {
it('should return sum of arguments', function () {
chai.expect(sum(1, 2)).to.equal(3);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment