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

fix(testing): add support for jest.config.js #229

Merged
merged 3 commits into from
Oct 14, 2019
Merged

fix(testing): add support for jest.config.js #229

merged 3 commits into from
Oct 14, 2019

Conversation

Aidurber
Copy link
Contributor

Currently, jest.config.js is ignored. My fix is to try and check if there is a jest.config.js, if so then we just merge it into the jestConfig.

This fixes #100 .

Issue #150 is in a similar vein to this but that needs some more work.

Copy link
Owner

@jaredpalmer jaredpalmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add the location of jest.config.js to our paths file so that we stay DRY.

@agilgur5
Copy link
Collaborator

@allcontributors please add @Aidurber for code

@allcontributors
Copy link
Contributor

@agilgur5

I've put up a pull request to add @Aidurber! 🎉

@agilgur5 agilgur5 mentioned this pull request Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tsdx test ignores jest.config.js (including snapshotSerializers)
3 participants