diff --git a/docs/guides/testing.md b/docs/guides/testing.md index 1436c1cd76..ec6cb4e74f 100644 --- a/docs/guides/testing.md +++ b/docs/guides/testing.md @@ -262,7 +262,7 @@ export default mergeConfig( test: { globals: true, environment: 'jsdom', - setupFiles: ['./setup-vitest.ts'], + setupFiles: ['./src/setup-vitest.ts'], }, }), )