1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Run browser tests in parallel

This commit is contained in:
Dan Finlay 2016-07-22 17:03:37 -07:00
parent f12394f7d5
commit ae6fa76241

View File

@ -11,7 +11,7 @@
"mock": "beefy mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"buildMock": "browserify ./mock-dev.js -o ./development/bundle.js",
"testem": "npm run buildMock && testem",
"ci": "npm run buildMock && testem ci"
"ci": "npm run buildMock && testem ci -P 5"
},
"browserify": {
"transform": [