Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript Config.InitialOptions specifies "projects" wrong #11284

Closed
TranquilMarmot opened this issue Apr 9, 2021 · 1 comment · Fixed by #11285
Closed

TypeScript Config.InitialOptions specifies "projects" wrong #11284

TranquilMarmot opened this issue Apr 9, 2021 · 1 comment · Fixed by #11285

Comments

@TranquilMarmot
Copy link

This line seems incorrect:

https://github.com/facebook/jest/blob/d1ad64c0b5cdf68a73e11a12d7770be7d1381584/packages/jest-types/src/Config.ts#L187

According to the docs here: https://jestjs.io/docs/configuration#projects-arraystring--projectconfig

It seems like it should really be:

projects: Array<Glob> | Array<ProjectConfig>;
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant