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

Jest tests, Improve speed #156

Closed
Matt-Butler opened this issue Mar 21, 2017 · 0 comments
Closed

Jest tests, Improve speed #156

Matt-Butler opened this issue Mar 21, 2017 · 0 comments

Comments

@Matt-Butler
Copy link
Contributor

Matt-Butler commented Mar 21, 2017

Currently, we are running Jest tests one package at a time.
https://github.com/cerner/terra-core/blob/master/package.json#L52

"test": "lerna exec --concurrency 1 npm run test:spec && npm run test:nightwatch-default",

Instead, we should update the script to run Jest tests for the entire repo all at once.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant