Upgrade test dependencies

Add --exit flag for mocha test
This commit is contained in:
Martin Endler
2020-01-25 23:19:46 +01:00
parent 907f54bf12
commit 865b142540
2 changed files with 171 additions and 55 deletions

View File

@@ -35,16 +35,16 @@
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha"
"test": "mocha --exit"
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0"
},
"devDependencies": {
"mocha": "^6.0.0",
"mocha": "^7.0.0",
"should": "^13.2.3",
"sinon": "^7.3.2"
"sinon": "^8.1.1"
},
"gypfile": true
}