Mocha, fix deprecation warning regarding mocha.opts

This commit is contained in:
larshp 2020-03-01 13:28:02 +01:00
parent 77e39dbd1e
commit 4673efd4c4
3 changed files with 8 additions and 3 deletions

5
.mocharc.json Normal file
View file

@ -0,0 +1,5 @@
{
"delay": true,
"ui": "tdd",
"spec": "test/all.js"
}

View file

@ -8,3 +8,6 @@
/tsconfig.json
/.npmignore
/.travis.yml
/.mocharc.json
/.editorconfig
/azure-pipelines.yml

View file

@ -1,3 +0,0 @@
--delay
--ui tdd
test/all.js