Skip to content

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

Merged
jaredpalmer merged 3 commits into
jaredpalmer:masterfrom
Aidurber:master
Oct 14, 2019
Merged

fix(testing): add support for jest.config.js#229
jaredpalmer merged 3 commits into
jaredpalmer:masterfrom
Aidurber:master

Conversation

@Aidurber

Copy link
Copy Markdown
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.

Comment thread src/index.ts Outdated

@jaredpalmer jaredpalmer left a comment

Copy link
Copy Markdown
Owner

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
Copy Markdown
Collaborator

@allcontributors please add @Aidurber for code

@allcontributors

Copy link
Copy Markdown
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