consider replacing jest projects config
Open
tooling
- Dominant language
- TypeScript
- Stars
- 16.9k
- Forks
- 1.9k
- Avg merge
- 22h 45m
- Merged PRs (30d)
- 70
Description
@B2o5T has proposed we replace the project wide j[est `projects`](https://jestjs.io/docs/configuration#projects-arraystring--projectconfig) config with a per-workspace test script
Currently, you can run tests like this:
`yarn test`
`yarn test packages/graphiql`
`yarn test packages/graphiql packages/codemirror-graphql`
`yarn test GraphiQL`
https://github.com/graphql/graphiql/blob/5702ed11610920944b04786225d0d34c7ff4440e/jest.config.js#L2
Contributor guide
Assessment
This issue has not been assessed yet.