Skip to content

Commit

Permalink
Run the mobile tests in parallel for the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed Sep 17, 2018
1 parent 5429e1c commit 0c5da64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"publish:check": "npm run build:packages && lerna updated",
"publish:dev": "npm run build:packages && lerna publish --npm-tag next",
"publish:prod": "npm run build:packages && lerna publish",
"test": "npm run lint && npm run test-unit && npm run test-mobile",
"test": "concurrently \"npm run lint && npm run test-unit\" \"npm run test-mobile\"",
"pretest-e2e": "concurrently \"./bin/reset-e2e-tests.sh\" \"npm run build\"",
"test-e2e": "cross-env JEST_PUPPETEER_CONFIG=test/e2e/puppeteer.config.js wp-scripts test-unit-js --config test/e2e/jest.config.json --runInBand",
"test-e2e:watch": "npm run test-e2e -- --watch",
Expand Down

0 comments on commit 0c5da64

Please sign in to comment.