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

Investigate using a single root jest config #119

Closed
luxaritas opened this issue Aug 12, 2022 · 2 comments
Closed

Investigate using a single root jest config #119

luxaritas opened this issue Aug 12, 2022 · 2 comments
Assignees
Labels
scope: nx-plugin status: wontfix This will not be worked on type: enhancement New feature or request

Comments

@luxaritas
Copy link
Member

Just like we have one .eslintrc.js at the root of the repo, we may be able to manage all of our jest configuration once, removing the need to have an additional config file in each package. Will need to verify 1) that it will properly resolve and 2) that we can set things up so that projects with different setups (eg, node vs vue) can all work properly from one config. Will need to look into the projects configuration

@luxaritas
Copy link
Member Author

Looks like I misunderstood what I saw - jest looks recursively upwards until it sees either a jest config or a package.json, even if the package.json doesn't contain a config. Looks like we have to do per-package configs.

@luxaritas
Copy link
Member Author

@luxaritas luxaritas closed this as not planned Won't fix, can't repro, duplicate, stale Aug 12, 2022
@luxaritas luxaritas added the status: wontfix This will not be worked on label Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: nx-plugin status: wontfix This will not be worked on type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant