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

Add support for Jest config #14

Open
felixjb opened this issue Jul 12, 2019 · 2 comments
Open

Add support for Jest config #14

felixjb opened this issue Jul 12, 2019 · 2 comments
Labels
feature New feature or request

Comments

@felixjb
Copy link
Owner

felixjb commented Jul 12, 2019

Describe the solution you'd like
Add support for jest.config.js or jest field in package.json

Additional context
This issue was first opened at the original repo.

@felixjb felixjb added the enhancement Enhancement of existing feature label Jul 12, 2019
@roggenbrot
Copy link
Contributor

I think one solution could be using jest command line to print jest config as json (https://jestjs.io/docs/en/cli#showconfig) and the parse the output.

What I don't know if this is causing any performance problems. Also detecting the path to jest could be a problem (See existing issues for windows, gitcmd .....)

@felixjb
Copy link
Owner Author

felixjb commented Jul 18, 2019

@roggenbrot you're here! 🎉 Thank you for contributing!

I'll look into it! Thank you!

@felixjb felixjb changed the title [FEATURE] Add support for Jest config Add support for Jest config Aug 10, 2019
@felixjb felixjb added feature New feature or request and removed enhancement Enhancement of existing feature labels Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants