From 66ad99262d3c245c5be4f45e3cbda7394dceb014 Mon Sep 17 00:00:00 2001 From: jgjgill <79239852+jgjgill@users.noreply.github.com> Date: Mon, 13 May 2024 11:11:11 +0900 Subject: [PATCH] Update testing.md change setup-vitest.ts path --- docs/guides/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], }, }), )