We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff94875 commit debd553Copy full SHA for debd553
tests/ping.test.ts
@@ -0,0 +1,5 @@
1
+describe('Ping test', () => {
2
+ it('It should always pass', () => {
3
+ expect(true).toBe(true);
4
+ });
5
+});
0 commit comments