mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Run all UI tests
This commit is contained in:
parent
5de4dc7662
commit
6e0bb68cba
13
package.json
13
package.json
@ -8,7 +8,7 @@
|
|||||||
"test": "npm run testUi",
|
"test": "npm run testUi",
|
||||||
"testPlugin": "mocha --require test/helper.js --compilers js:babel-register --recursive",
|
"testPlugin": "mocha --require test/helper.js --compilers js:babel-register --recursive",
|
||||||
"watch": "mocha watch --compilers js:babel-register --recursive",
|
"watch": "mocha watch --compilers js:babel-register --recursive",
|
||||||
"testUi": "mocha ui/test/**/*test.js",
|
"testUi": "mocha ui/test/**/**/*test.js",
|
||||||
"watchUi": "mocha watch ui/test/**/*test.js"
|
"watchUi": "mocha watch ui/test/**/*test.js"
|
||||||
},
|
},
|
||||||
"browserify": {
|
"browserify": {
|
||||||
@ -42,15 +42,11 @@
|
|||||||
"multiplex": "^6.7.0",
|
"multiplex": "^6.7.0",
|
||||||
"pojo-migrator": "^2.1.0",
|
"pojo-migrator": "^2.1.0",
|
||||||
"pumpify": "^1.3.4",
|
"pumpify": "^1.3.4",
|
||||||
"react": "^15.0.1",
|
|
||||||
"react-addons-css-transition-group": "^15.0.1",
|
|
||||||
"react-dom": "^15.0.1",
|
|
||||||
"react-hyperscript": "^2.4.0",
|
|
||||||
"readable-stream": "^2.0.5",
|
|
||||||
"react": "^0.14.3",
|
"react": "^0.14.3",
|
||||||
"react-addons-css-transition-group": "^0.14.7",
|
"react-addons-css-transition-group": "^0.14.7",
|
||||||
"react-dom": "^0.14.3",
|
"react-dom": "^0.14.3",
|
||||||
"react-hyperscript": "^2.2.2",
|
"react-hyperscript": "^2.2.2",
|
||||||
|
"readable-stream": "^2.0.5",
|
||||||
"react-redux": "^4.0.3",
|
"react-redux": "^4.0.3",
|
||||||
"redux": "^3.0.5",
|
"redux": "^3.0.5",
|
||||||
"redux-logger": "^2.3.1",
|
"redux-logger": "^2.3.1",
|
||||||
@ -63,11 +59,11 @@
|
|||||||
"xtend": "^4.0.1"
|
"xtend": "^4.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"brfs": "^1.4.3",
|
|
||||||
"babel-preset-es2015": "^6.6.0",
|
"babel-preset-es2015": "^6.6.0",
|
||||||
"babelify": "^7.2.0",
|
|
||||||
"babel-register": "^6.7.2",
|
"babel-register": "^6.7.2",
|
||||||
|
"babelify": "^7.2.0",
|
||||||
"beefy": "^2.1.5",
|
"beefy": "^2.1.5",
|
||||||
|
"brfs": "^1.4.3",
|
||||||
"browserify": "^13.0.0",
|
"browserify": "^13.0.0",
|
||||||
"chai": "^3.5.0",
|
"chai": "^3.5.0",
|
||||||
"deep-freeze-strict": "^1.1.1",
|
"deep-freeze-strict": "^1.1.1",
|
||||||
@ -85,6 +81,7 @@
|
|||||||
"mocha-jsdom": "^1.1.0",
|
"mocha-jsdom": "^1.1.0",
|
||||||
"mocha-sinon": "^1.1.5",
|
"mocha-sinon": "^1.1.5",
|
||||||
"sinon": "^1.17.3",
|
"sinon": "^1.17.3",
|
||||||
|
"tape": "^4.5.1",
|
||||||
"uglifyify": "^3.0.1",
|
"uglifyify": "^3.0.1",
|
||||||
"vinyl-buffer": "^1.0.0",
|
"vinyl-buffer": "^1.0.0",
|
||||||
"vinyl-source-stream": "^1.1.0",
|
"vinyl-source-stream": "^1.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user