diff --git a/package.json b/package.json index 62c0653..a9337c2 100644 --- a/package.json +++ b/package.json @@ -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"