Migrate deprecated mocha configuration
This commit is contained in:
parent
5f642886d9
commit
ec6aadb5ce
2 changed files with 4 additions and 2 deletions
4
.mocharc.json
Normal file
4
.mocharc.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"timeout": 30000,
|
||||
"slow": 1000
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
--timeout 30000
|
||||
--slow 1000
|
Loading…
Reference in a new issue