We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652fa18 commit 9477391Copy full SHA for 9477391
__tests__/main.test.js
@@ -2,12 +2,5 @@
2
3
const main = require('../main');
4
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
12
13
// Add more tests for other functions if needed
0 commit comments