Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Executing jest tests concurrently (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Butler committed Apr 18, 2017
1 parent 0171ba6 commit 9763d00
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 @@ -49,7 +49,7 @@
"pretest": "npm run lint",
"postinstall": "npm run bootstrap",
"start": "cd packages/terra-site && npm run start",
"test": "lerna exec --concurrency 1 npm run test:spec && npm run test:nightwatch-default",
"test": "npm run jest && npm run test:nightwatch-default",
"test:nightwatch-default": "node ./packages/terra-toolkit/lib/scripts/nightwatch-process.js --env default-tiny,default-small,default-medium,default-large,default-huge,default-enormous"
},
"devDependencies": {
Expand Down

0 comments on commit 9763d00

Please sign in to comment.