Skip to content

Commit 9c09967

Browse files
authored
Merge pull request #3 from DonatNathan/hotfix/updateTest
[FIX] - Update countdown test to classic test
2 parents 9bfe498 + cd2e9a9 commit 9c09967

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)