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 fb229d3 commit 6b5c688Copy full SHA for 6b5c688
src/index.test.js
@@ -0,0 +1,5 @@
1
+describe('Fake tests', () => {
2
+ it('A fake test', () => {
3
+ expect(true).toBe(true);
4
+ });
5
+});
0 commit comments