Run browser tests in parallel

This commit is contained in:
Dan Finlay 2016-07-22 17:03:37 -07:00
parent f12394f7d5
commit ae6fa76241
1 changed files with 1 additions and 1 deletions

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": [