-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support "setupFilesAfterEnv" #16
Comments
Hi! Would you like to open a PR for this? We can probably:
|
Ignore the previous message. After that #21 is merge, it can be implemented in the same way that |
Ok, I ended up implementing this by myself in #21. |
Custom matcher libraries like jest-extended suggest to load the extension by specifying setupFilesAfterEnv in the Jest configuration. This doesn't work with jest-light-runner, it is simply ignored so I have to load jest-extended in every test file manually. Maybe it would be possible to support the setupFilesAfterEnv configuration?
The text was updated successfully, but these errors were encountered: