diff --git a/package.json b/package.json index c3b40f4..e67b847 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "watch:lint": "chokidar './source/' --ignore '/node_modules/' --command 'npm run lint --silent'", "watch:test": "chokidar './source/' --ignore '/node_modules/' --command 'npm run test --silent'", "watch:build": "gulp watch", - "test": "mocha --compilers js:babel-register './source/**/test.js'", + "test": "babel-tap --jobs=2 './source/**/test.js'", "lint": "eslint './source/' --ignore-pattern 'node_modules'" }, "keywords": [