aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFrankie <frankie.diamond@gmail.com>2017-09-19 05:33:40 +0800
committerGitHub <noreply@github.com>2017-09-19 05:33:40 +0800
commit6204afb156dd5d8c06d5e79b77dcc5f3b2f3e46b (patch)
treedb20e788d6cb68e8dd55c06f53cb0ef28b3ebb4c /package.json
parent30874e074e80305adea4b5859a4d50d44b6e979f (diff)
parenteaa85f283df55053024f9e561e3a816f033a7755 (diff)
downloadtangerine-wallet-browser-6204afb156dd5d8c06d5e79b77dcc5f3b2f3e46b.tar.gz
tangerine-wallet-browser-6204afb156dd5d8c06d5e79b77dcc5f3b2f3e46b.tar.zst
tangerine-wallet-browser-6204afb156dd5d8c06d5e79b77dcc5f3b2f3e46b.zip
Merge pull request #2119 from MetaMask/mascara-tests2
tests - integration - re-add mascara to normal run
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 14e7f100f..d105aa0ad 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"test": "npm run lint && npm run test:coverage && npm run test:integration",
"test:unit": "METAMASK_ENV=test mocha --require test/helper.js --recursive \"test/unit/**/*.js\"",
"test:single": "METAMASK_ENV=test mocha --require test/helper.js",
- "test:integration": "npm run test:flat",
+ "test:integration": "npm run test:flat && npm run test:mascara",
"test:coverage": "nyc npm run test:unit && npm run test:coveralls-upload",
"test:coveralls-upload": "if [ $COVERALLS_REPO_TOKEN ]; then nyc report --reporter=text-lcov | coveralls; fi",
"test:flat": "npm run test:flat:build && karma start test/flat.conf.js",