diff --git a/vitest.config.ts b/vitest.config.ts index a38255d856..3e5e41b18e 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -14,8 +14,8 @@ export default defineConfig({ test: { include: [ 'packages/**/*.spec.ts', - 'apps/rem/**/*.spec.ts', - 'apps/rem/**/*.spec.tsx', + 'apps/web/**/*.spec.ts', + 'apps/web/**/*.spec.tsx', ], testTimeout: 5000, coverage: {