We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087ee48 commit 9ae009aCopy full SHA for 9ae009a
vitest.config.ts
@@ -5,4 +5,9 @@ export default defineConfig({
5
test: {
6
hideSkippedTests: true,
7
},
8
+ resolve: {
9
+ alias: {
10
+ '#pandabox/fixtures': './fixtures/src/index.ts',
11
+ },
12
13
})
0 commit comments