Skip to content

Commit 9ae009a

Browse files
committed
fix ?
1 parent 087ee48 commit 9ae009a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vitest.config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ export default defineConfig({
55
test: {
66
hideSkippedTests: true,
77
},
8+
resolve: {
9+
alias: {
10+
'#pandabox/fixtures': './fixtures/src/index.ts',
11+
},
12+
},
813
})

0 commit comments

Comments
 (0)