pkg: switch to bmocha.

This commit is contained in:
Christopher Jeffrey 2018-11-29 02:47:54 -08:00
parent ce43c7120a
commit 169b810098
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
1 changed files with 2 additions and 2 deletions

View File

@ -16,13 +16,13 @@
"main": "./lib/bcfg.js", "main": "./lib/bcfg.js",
"scripts": { "scripts": {
"lint": "eslint lib/ || exit 0", "lint": "eslint lib/ || exit 0",
"test": "mocha --reporter spec test/*-test.js" "test": "bmocha --reporter spec test/*-test.js"
}, },
"dependencies": { "dependencies": {
"bsert": "~0.0.4" "bsert": "~0.0.4"
}, },
"devDependencies": { "devDependencies": {
"mocha": "^5.2.0" "bmocha": "^0.1.0"
}, },
"engines": { "engines": {
"node": ">=8.0.0" "node": ">=8.0.0"