Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Feb 17, 2023
1 parent 629b9e0 commit faca77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default ({ mode }: ConfigEnv): UserConfig => {
test: {
globals: true,
environment: 'jsdom',
setupFiles: './tests/setup.ts',
setupFiles: './__tests__/setup.ts',
},
}
}

0 comments on commit faca77f

Please sign in to comment.