mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Go back to using mocha for unit tests
This commit is contained in:
parent
0322b59e50
commit
41ded74b37
6 changed files with 24 additions and 592 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
|
@ -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"]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue