pkg: switch to bmocha.
This commit is contained in:
parent
ce43c7120a
commit
169b810098
|
@ -16,13 +16,13 @@
|
|||
"main": "./lib/bcfg.js",
|
||||
"scripts": {
|
||||
"lint": "eslint lib/ || exit 0",
|
||||
"test": "mocha --reporter spec test/*-test.js"
|
||||
"test": "bmocha --reporter spec test/*-test.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"bsert": "~0.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^5.2.0"
|
||||
"bmocha": "^0.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
|
|
Loading…
Reference in New Issue