test: add phase security/smoke/e2e coverage and tighten MCP contract handling

This commit is contained in:
newblacc
2026-03-30 15:52:24 +02:00
parent a605a15282
commit f1db126566
22 changed files with 1986 additions and 136 deletions
+2 -1
View File
@@ -28,7 +28,8 @@
"test:api": "vitest run tests/backend/api.test.ts",
"test:ws": "vitest run tests/backend/ws.test.ts",
"test:e2e": "npx playwright test",
"test:coverage": "vitest run --coverage"
"test:coverage": "vitest run --coverage",
"scan:similar-projects": "node scripts/scan-excalidraw-similar-projects.mjs"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.18.0",