Skip to content

Commit

Permalink
remove add test
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-codecov authored Dec 17, 2024
1 parent c05506d commit 4b14c89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flag1/mafs.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const { add, subtract, multiply, divide, sum } = require("./mafs");

test("adds 1 + 2 to equal 3", () => {
expect(add(1, 2)).toBe(3);
});
// test("adds 1 + 2 to equal 3", () => {
// expect(add(1, 2)).toBe(3);
// });

test('subtracts 4 - 1 to equal 3', () => {
expect(subtract(4, 1)).toBe(3);
Expand Down

0 comments on commit 4b14c89

Please sign in to comment.