Skip to content

Commit

Permalink
Deprecated cjs node api
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed May 6, 2024
1 parent c05a2d7 commit f70874a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts → vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export default defineConfig({
plugins: [react()],
test: {
environment: 'jsdom',
setupFiles: ['./vitest.setup.ts']
setupFiles: ['./vitest.setup.mts']
}
})
File renamed without changes.

0 comments on commit f70874a

Please sign in to comment.