diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-03-07 09:21:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 09:21:36 +0800 |
commit | 8a444ec96f3127bd606b8d1fcf2b53e9c693cb03 (patch) | |
tree | 7ddc788dac09793e93945c02add63c821954111f /package.json | |
parent | 8e0131cbb52eae9d0fd07ac20d1e39bae99446e1 (diff) | |
parent | f9de87af51ccb1190ca93e524de24f8a32ea3d9e (diff) | |
download | tangerine-wallet-browser-8a444ec96f3127bd606b8d1fcf2b53e9c693cb03.tar.gz tangerine-wallet-browser-8a444ec96f3127bd606b8d1fcf2b53e9c693cb03.tar.zst tangerine-wallet-browser-8a444ec96f3127bd606b8d1fcf2b53e9c693cb03.zip |
Merge pull request #3259 from MetaMask/controllerStubs
Offline testing
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 80949901a..de3d559c7 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": "gulp build:scss && npm run test:flat && npm run test:mascara", "test:coverage": "nyc npm run test:unit && npm run test:coveralls-upload", |