|
|
|
@ -11,7 +11,7 @@ |
|
|
|
|
"publish-docs": "gh-pages -d docs/jsdocs", |
|
|
|
|
"test": "npm run test:unit && npm run test:integration && npm run lint", |
|
|
|
|
"watch:test:unit": "nodemon --exec \"npm run test:unit\" ./test ./app ./ui", |
|
|
|
|
"test:unit": "cross-env METAMASK_ENV=test mocha --exit --require test/setup.js --recursive \"test/unit/**/*.js\" \"ui/app/**/*.test.js\" && dot-only-hunter", |
|
|
|
|
"test:unit": "cross-env METAMASK_ENV=test mocha --exit --require test/setup.js --recursive \"test/unit/**/*.js\" \"ui/app/**/*.test.js\"", |
|
|
|
|
"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", |
|
|
|
@ -254,7 +254,6 @@ |
|
|
|
|
"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.4.4", |
|
|
|
|
"enzyme-adapter-react-15": "^1.0.6", |
|
|
|
|