aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-09-19 04:17:08 +0800
committerkumavis <aaron@kumavis.me>2017-09-19 04:17:08 +0800
commiteaa85f283df55053024f9e561e3a816f033a7755 (patch)
treeee488ccc1838052f81d90f88e73ee2aefb408be7 /package.json
parent9f665d8eda6d290511d2ee8ca0121d9a8b8c892b (diff)
downloadtangerine-wallet-browser-eaa85f283df55053024f9e561e3a816f033a7755.tar
tangerine-wallet-browser-eaa85f283df55053024f9e561e3a816f033a7755.tar.gz
tangerine-wallet-browser-eaa85f283df55053024f9e561e3a816f033a7755.tar.bz2
tangerine-wallet-browser-eaa85f283df55053024f9e561e3a816f033a7755.tar.lz
tangerine-wallet-browser-eaa85f283df55053024f9e561e3a816f033a7755.tar.xz
tangerine-wallet-browser-eaa85f283df55053024f9e561e3a816f033a7755.tar.zst
tangerine-wallet-browser-eaa85f283df55053024f9e561e3a816f033a7755.zip
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 7a022d47a..4bb410a8d 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",