adds back mocha

This commit is contained in:
Henning Dieterichs 2025-10-08 20:48:00 +02:00 committed by Henning Dieterichs
parent c998a7c80f
commit 3b2be8eda6
2 changed files with 1252 additions and 27 deletions

1277
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -39,6 +39,7 @@
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.53.2", "@playwright/test": "^1.53.2",
"@types/mocha": "^10.0.10",
"@types/shelljs": "^0.8.11", "@types/shelljs": "^0.8.11",
"@types/trusted-types": "^1.0.6", "@types/trusted-types": "^1.0.6",
"@typescript/vfs": "^1.3.5", "@typescript/vfs": "^1.3.5",
@ -53,6 +54,7 @@
"husky": "^7.0.4", "husky": "^7.0.4",
"jsdom": "^19.0.0", "jsdom": "^19.0.0",
"jsonc-parser": "^3.0.0", "jsonc-parser": "^3.0.0",
"mocha": "^11.7.4",
"monaco-editor-core": "^0.54.0-dev-20251002", "monaco-editor-core": "^0.54.0-dev-20251002",
"parcel": "^2.7.0", "parcel": "^2.7.0",
"pin-github-action": "^1.8.0", "pin-github-action": "^1.8.0",