Refactor test setup and improve prompt generation error handling
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user