Skip to content

Commit cd2e9a9

Browse files
committed
[FIX] - Update countdown test to classic test
1 parent 9bfe498 commit cd2e9a9

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

tests/Countdown.test.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/Random.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
test('"1" is not equal to "2"', () => {
2+
expect(1).not.toBe(2);
3+
});

0 commit comments

Comments
 (0)