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",