|
|
|
@ -9,7 +9,7 @@ |
|
|
|
|
"dist": "gulp dist", |
|
|
|
|
"doc": "jsdoc -c development/tools/.jsdoc.json", |
|
|
|
|
"test": "npm run test:unit && npm run test:integration && npm run lint", |
|
|
|
|
"test:unit": "cross-env METAMASK_ENV=test mocha --exit --require test/setup.js --recursive \"test/unit/**/*.js\"", |
|
|
|
|
"test:unit": "cross-env METAMASK_ENV=test mocha --exit --require test/setup.js --recursive \"test/unit/**/*.js\" && dot-only-hunter", |
|
|
|
|
"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", |
|
|
|
@ -219,6 +219,7 @@ |
|
|
|
|
"css-loader": "^0.28.11", |
|
|
|
|
"deep-freeze-strict": "^1.1.1", |
|
|
|
|
"del": "^3.0.0", |
|
|
|
|
"dot-only-hunter": "^1.0.3", |
|
|
|
|
"envify": "^4.0.0", |
|
|
|
|
"enzyme": "^3.3.0", |
|
|
|
|
"enzyme-adapter-react-15": "^1.0.5", |
|
|
|
|