Merge pull request #88 from larshp/mocha

Mocha, fix deprecation warning regarding mocha.opts
pull/2748/head
Alexandru Dima 5 years ago committed by GitHub
commit a4e1adf141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

@ -1,3 +0,0 @@
--delay
--ui tdd
test/all.js
Loading…
Cancel
Save