Skip to content

Commit debd553

Browse files
author
vinhdq
committed
test: add ping test
1 parent ff94875 commit debd553

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ping.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
describe('Ping test', () => {
2+
it('It should always pass', () => {
3+
expect(true).toBe(true);
4+
});
5+
});

0 commit comments

Comments
 (0)