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
5
.mocharc.json
Normal file
5
.mocharc.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"delay": true,
|
||||
"ui": "tdd",
|
||||
"spec": "test/unit/all.js"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue