Skip to content

Commit 761c39d

Browse files
committed
test update
1 parent bd75696 commit 761c39d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/unit/math.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ describe('Basic Test', () => {
33
expect(2 * 3).toBe(6);
44
});
55
});
6+
7+
describe('Basic Test', () => {
8+
test('math - subtraction', () => {
9+
expect(4 - 3).toBe(1);
10+
});
11+
});

0 commit comments

Comments
 (0)