Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
test updated (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppitonak committed May 19, 2016
1 parent 6639785 commit 441a112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/simple.js
Expand Up @@ -6,8 +6,8 @@ describe('Dummy unit tests', function() {
expect(1+1).to.equal(2);
});

it('should correctly compute sum of 2 and 3', function() {
expect(2+3).to.equal(5);
it('should correctly compute sum of 2 and 4', function() {
expect(2+4).to.equal(6);
});

it('should correctly compute product of 2 and 3', function() {
Expand Down

0 comments on commit 441a112

Please sign in to comment.