Skip to content

Commit

Permalink
cleanup test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm0 committed Nov 18, 2024
1 parent f81efab commit e87235c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ export default defineConfig({
test: {
globals: true,
environment: 'happy-dom',
setupFiles: './test/__mocks__/setup.ts',
setupFiles: './test/setup.ts',
},
});

0 comments on commit e87235c

Please sign in to comment.