Go back to using mocha for unit tests

This commit is contained in:
Alex Dima 2021-11-17 00:09:58 +01:00
parent 0322b59e50
commit 41ded74b37
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
6 changed files with 24 additions and 592 deletions

3
.vscode/launch.json vendored
View file

@ -9,7 +9,8 @@
"request": "launch",
"name": "Monaco Languages Unit Tests",
"skipFiles": ["<node_internals>/**"],
"program": "${workspaceFolder}/test/unit/all.js",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"args": ["-r", "test/unit/all.js"],
"outFiles": ["${workspaceFolder}/**/*.js"]
},
{