Upgrade test dependencies
Add --exit flag for mocha test
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user