From 169b8100980cd7c654755647d7b2d174d01d0efd Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 29 Nov 2018 02:47:54 -0800 Subject: [PATCH] pkg: switch to bmocha. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"