Skip to content

Commit f5b4a77

Browse files
committed
test: add demo test
1 parent a83b026 commit f5b4a77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

__tests__/index.test.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
describe('Demo test', () => {
2+
it('should pass', () => {
3+
expect(1 + 1).toBe(2)
4+
})
5+
})

0 commit comments

Comments
 (0)