Skip to content

Commit

Permalink
test: update setup file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanluongoe committed Jan 11, 2024
1 parent 586c366 commit 1e4bf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
setupFiles: './tests/setup.js',
setupFiles: './tests/setup.ts',
passWithNoTests: true,
},
});

0 comments on commit 1e4bf5d

Please sign in to comment.