Skip to content

Commit

Permalink
fix: test alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Aug 14, 2024
1 parent 161d54b commit 17ca24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
alias: {
ox: join(__dirname, '../src'),
ox: join(__dirname, '../src/index.ts'),
'~test': join(__dirname, '../test/src'),
},
benchmark: {
Expand Down

0 comments on commit 17ca24d

Please sign in to comment.