Refactor test setup and improve prompt generation error handling

This commit is contained in:
2025-03-13 08:28:00 +00:00
parent 69475782eb
commit 7eb0d49d07
8 changed files with 107 additions and 433 deletions

View File

@@ -75,7 +75,7 @@
"watch": "webpack --watch --mode development",
"pretest": "npm run compile && npm run lint",
"lint": "eslint src",
"test": "vscode-test"
"test": "node ./src/test/runTest.mjs"
},
"devDependencies": {
"@types/mocha": "^10.0.10",