Migrate deprecated mocha configuration

This commit is contained in:
syuilo 2020-03-07 00:00:12 +09:00
parent 5f642886d9
commit ec6aadb5ce
2 changed files with 4 additions and 2 deletions

4
.mocharc.json Normal file
View file

@ -0,0 +1,4 @@
{
"timeout": 30000,
"slow": 1000
}

View file

@ -1,2 +0,0 @@
--timeout 30000
--slow 1000