aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorThomas Huang <thomas.b.huang@gmail.com>2018-02-16 00:34:31 +0800
committerThomas Huang <thomas.b.huang@gmail.com>2018-02-16 00:34:31 +0800
commit33182efb1384dc05c8ecdb8994d12dd30abcbc7e (patch)
tree57c0a39fb82aee568c21b5050280ff75ac3812d7 /package.json
parentdc24a6e8c26ec0110b8ecdbb3881419abe7098fe (diff)
downloadtangerine-wallet-browser-33182efb1384dc05c8ecdb8994d12dd30abcbc7e.tar
tangerine-wallet-browser-33182efb1384dc05c8ecdb8994d12dd30abcbc7e.tar.gz
tangerine-wallet-browser-33182efb1384dc05c8ecdb8994d12dd30abcbc7e.tar.bz2
tangerine-wallet-browser-33182efb1384dc05c8ecdb8994d12dd30abcbc7e.tar.lz
tangerine-wallet-browser-33182efb1384dc05c8ecdb8994d12dd30abcbc7e.tar.xz
tangerine-wallet-browser-33182efb1384dc05c8ecdb8994d12dd30abcbc7e.tar.zst
tangerine-wallet-browser-33182efb1384dc05c8ecdb8994d12dd30abcbc7e.zip
Offline testing
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 74a9f15d0..9f5003c87 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"dist": "npm run dist:clear && npm install && gulp dist",
"dist:clear": "rm -rf node_modules/eth-contract-metadata && rm -rf node_modules/eth-phishing-detect",
"test": "npm run lint && npm run test:coverage && npm run test:integration",
- "test:unit": "METAMASK_ENV=test mocha --exit --compilers js:babel-core/register --require test/helper.js --recursive \"test/unit/**/*.js\"",
+ "test:unit": "METAMASK_ENV=test mocha --exit --require babel-core/register --require test/helper.js --recursive \"test/unit/**/*.js\"",
"test:single": "METAMASK_ENV=test mocha --require test/helper.js",
"test:integration": "npm run test:flat && npm run test:mascara",
"test:coverage": "nyc npm run test:unit && npm run test:coveralls-upload",