diff --git a/vitest.config.ts b/vitest.config.ts index 6743ae35f..911bb74eb 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -22,11 +22,6 @@ export default defineConfig({ // Files without vitest imports (standalone test scripts that run assertions // directly at module load time — these are skipped by the old node --test // runner and must be excluded here too to avoid "No test suite found" errors. - exclude: [ - // Standalone script-style tests (no describe/test, custom assertEq) - // (converted to vitest describe/it style) - "packages/pi-coding-agent/src/core/lsp/lsp-integration.test.ts", - ], include: [ "src/tests/**/*.test.ts", "src/tests/**/*.test.mjs",