chore: remove last vitest exclude — lsp-integration already converted

💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
Mikael Hugo 2026-05-02 06:22:59 +02:00
parent a920164a04
commit f00af5b67f

View file

@ -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",