Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
change setup-vitest.ts path
  • Loading branch information
jgjgill committed May 13, 2024
1 parent 6d63830 commit 66ad992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export default mergeConfig(
test: {
globals: true,
environment: 'jsdom',
setupFiles: ['./setup-vitest.ts'],
setupFiles: ['./src/setup-vitest.ts'],
},
}),
)
Expand Down

0 comments on commit 66ad992

Please sign in to comment.