Skip to content

Commit c06df6b

Browse files
committed
wip
1 parent 04a30a3 commit c06df6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/example.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-undef */
22

3-
import { add } from '@/index.js';
3+
import { add } from '@/index';
44

55
test('two plus two is four', () => {
66
expect(2 + 2).toBe(4);

0 commit comments

Comments
 (0)