diff --git a/test/__mocks__/setup.ts b/test/setup.ts similarity index 100% rename from test/__mocks__/setup.ts rename to test/setup.ts diff --git a/vitest.config.ts b/vitest.config.ts index 9433122..1c672ff 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -74,6 +74,6 @@ export default defineConfig({ test: { globals: true, environment: 'happy-dom', - setupFiles: './test/__mocks__/setup.ts', + setupFiles: './test/setup.ts', }, });