Skip to content

Commit

Permalink
testing that tests will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanD0wd committed May 10, 2024
1 parent be7267c commit fa2b7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.DS_STORE
node_modules
node_modules/
2 changes: 1 addition & 1 deletion testing/__tests__/sum_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ test('adds 1 + 2 to equal 3', () => {
});

test('adds 1 + 2 to equal 3', () => {
expect(sum(1,2)).toBe(3);
expect(sum(1,2)).toBe(4);
});

0 comments on commit fa2b7da

Please sign in to comment.