From 537dd7ee84d6eb66078b788481b90603fc9b39c1 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:13:35 +0900 Subject: [PATCH] fix --- packages/frontend/vitest.config.unit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/vitest.config.unit.ts b/packages/frontend/vitest.config.unit.ts index c223dcb45a..8a6459b8ec 100644 --- a/packages/frontend/vitest.config.unit.ts +++ b/packages/frontend/vitest.config.unit.ts @@ -5,7 +5,7 @@ export default mergeConfig(getConfig(), defineConfig({ test: { include: ['./test/unit/**/*.test.ts'], environment: 'happy-dom', - setupFiles: ['./test/init.ts'], + setupFiles: ['./test/setup.unit.ts'], deps: { optimizer: { web: {