aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-10-01 21:30:26 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-10-01 23:23:19 +0800
commit910f674535ea545be6bc61f561fba94d61efb225 (patch)
treefc68d6a83c90b0cac3a88fee6ca906689a2a81e8 /package.json
parent23aabcca6fb3deb5009564f16ed3edd46061f449 (diff)
downloadtangerine-wallet-browser-910f674535ea545be6bc61f561fba94d61efb225.tar
tangerine-wallet-browser-910f674535ea545be6bc61f561fba94d61efb225.tar.gz
tangerine-wallet-browser-910f674535ea545be6bc61f561fba94d61efb225.tar.bz2
tangerine-wallet-browser-910f674535ea545be6bc61f561fba94d61efb225.tar.lz
tangerine-wallet-browser-910f674535ea545be6bc61f561fba94d61efb225.tar.xz
tangerine-wallet-browser-910f674535ea545be6bc61f561fba94d61efb225.tar.zst
tangerine-wallet-browser-910f674535ea545be6bc61f561fba94d61efb225.zip
Remove dot-only-hunter from test:unit script
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e9ac180c7..ad77f4411 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"publish-docs": "gh-pages -d docs/jsdocs",
"test": "npm run test:unit && npm run test:integration && npm run lint",
"watch:test:unit": "nodemon --exec \"npm run test:unit\" ./test ./app ./ui",
- "test:unit": "cross-env METAMASK_ENV=test mocha --exit --require test/setup.js --recursive \"test/unit/**/*.js\" \"ui/app/**/*.test.js\" && dot-only-hunter",
+ "test:unit": "cross-env METAMASK_ENV=test mocha --exit --require test/setup.js --recursive \"test/unit/**/*.js\" \"ui/app/**/*.test.js\"",
"test:single": "cross-env METAMASK_ENV=test mocha --require test/helper.js",
"test:integration": "npm run test:integration:build && npm run test:flat && npm run test:mascara",
"test:integration:build": "gulp build:scss",