update mocha to 8.x

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
This commit is contained in:
Miroslav Bajtoš 2020-08-28 08:37:39 +02:00
parent eadcc57972
commit 40ce105e57
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
3 changed files with 6 additions and 4 deletions

5
.mocharc.json Normal file
View File

@ -0,0 +1,5 @@
{
"globals": "getSchema",
"timeout": "15000",
"exit": true
}

View File

@ -34,7 +34,7 @@
"juggler-v3": "file:./deps/juggler-v3",
"juggler-v4": "file:./deps/juggler-v4",
"loopback-datasource-juggler": "^3.0.0 || ^4.0.0",
"mocha": "^6.2.2",
"mocha": "^8.1.2",
"rc": "^1.0.0",
"should": "^13.2.3",
"sinon": "^9.0.3"

View File

@ -1,3 +0,0 @@
--globals getSchema
--timeout 15000
--exit