Skip to content

Commit 9477391

Browse files
committed
further tests
1 parent 652fa18 commit 9477391

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

__tests__/main.test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,5 @@
22

33
const main = require('../main');
44

5-
test('addNumbers function adds two numbers correctly', () => {
6-
expect(main.addNumbers(2, 3)).toBe(5);
7-
});
8-
9-
test('subtractNumbers function subtracts two numbers correctly', () => {
10-
expect(main.subtractNumbers(5, 2)).toBe(3);
11-
});
125

136
// Add more tests for other functions if needed

0 commit comments

Comments
 (0)