Skip to content

Commit

Permalink
testing branch: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sarenaa committed May 7, 2024
1 parent c76d869 commit d4e51b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions __tests__/sum.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// sum.test.js

// test('adds 1 + 2 to equal 3', () => {
// // TODO
// });


test('adds 1 + 2 to equal 3', () => {
expect(1 + 2).toBe(3);
Expand Down

0 comments on commit d4e51b3

Please sign in to comment.