mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Run browser tests in parallel
This commit is contained in:
parent
f12394f7d5
commit
ae6fa76241
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user