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:
parent
a920164a04
commit
f00af5b67f
1 changed files with 0 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue