From cec8e2f05cc08acfeb2ad767be07bba660db72d1 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sat, 26 Mar 2016 17:46:02 +0000 Subject: [PATCH] Simplify call to mocha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 748247f..3bb7121 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "lint": "standard", "prepublish": "npm run lint && npm run test", - "test": "mocha ./test/index.js && mocha ./test/hdkey.js" + "test": "mocha ./test/**/*.js" }, "repository": { "type": "git",