We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83b026 commit f5b4a77Copy full SHA for f5b4a77
__tests__/index.test.js
@@ -0,0 +1,5 @@
1
+describe('Demo test', () => {
2
+ it('should pass', () => {
3
+ expect(1 + 1).toBe(2)
4
+ })
5
+})
0 commit comments