We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bfe498 + cd2e9a9 commit 9c09967Copy full SHA for 9c09967
2 files changed
tests/Countdown.test.js
tests/Random.test.js
@@ -0,0 +1,3 @@
1
+test('"1" is not equal to "2"', () => {
2
+ expect(1).not.toBe(2);
3
+});
0 commit comments