Skip to content

Commit

Permalink
fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Feb 23, 2024
1 parent 9ae009a commit d83f8ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import { defineConfig } from 'vitest/config'

const resolve = (val: string) => new URL(val, import.meta.url).pathname

export default defineConfig({
root: process.cwd(),
test: {
hideSkippedTests: true,
},
resolve: {
alias: {
'#pandabox/fixtures': './fixtures/src/index.ts',
'#pandabox/fixtures': resolve('./fixtures/src/index.ts'),
},
},
})

0 comments on commit d83f8ab

Please sign in to comment.