Skip to content

Instantly share code, notes, and snippets.

@vitalets
Created December 8, 2017 13:49
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