mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge pull request #88 from larshp/mocha
Mocha, fix deprecation warning regarding mocha.opts
This commit is contained in:
commit
a4e1adf141
3 changed files with 8 additions and 3 deletions
5
.mocharc.json
Normal file
5
.mocharc.json
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"delay": true,
|
||||||
|
"ui": "tdd",
|
||||||
|
"spec": "test/all.js"
|
||||||
|
}
|
||||||
|
|
@ -8,3 +8,6 @@
|
||||||
/tsconfig.json
|
/tsconfig.json
|
||||||
/.npmignore
|
/.npmignore
|
||||||
/.travis.yml
|
/.travis.yml
|
||||||
|
/.mocharc.json
|
||||||
|
/.editorconfig
|
||||||
|
/azure-pipelines.yml
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
--delay
|
|
||||||
--ui tdd
|
|
||||||
test/all.js
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue