Skip to content

Commit 1e58832

Browse files
committed
fix: fixed minor import error
1 parent 71dc704 commit 1e58832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ if (import.meta.url.startsWith('file:')) {
4343
if (process.argv[1] === modulePath) {
4444
void main();
4545
}
46-
}
46+
}

tests/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { FileStat } from '@/types';
1+
import type { FileStat } from '@/types.js';
22

33
type VirtualFile = {
44
type: 'file';

0 commit comments

Comments
 (0)