We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a30a3 commit c06df6bCopy full SHA for c06df6b
tests/example.test.ts
@@ -1,6 +1,6 @@
1
/* eslint-disable no-undef */
2
3
-import { add } from '@/index.js';
+import { add } from '@/index';
4
5
test('two plus two is four', () => {
6
expect(2 + 2).toBe(4);
0 commit comments