Mocha, fix deprecation warning regarding mocha.opts
parent
77e39dbd1e
commit
4673efd4c4
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"delay": true,
|
||||||
|
"ui": "tdd",
|
||||||
|
"spec": "test/all.js"
|
||||||
|
}
|
@ -1,3 +0,0 @@
|
|||||||
--delay
|
|
||||||
--ui tdd
|
|
||||||
test/all.js
|
|
Loading…
Reference in New Issue