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

Remove ' from testNamePatterns to fix failing tests #73

Closed
wants to merge 1 commit into from

Conversation

JaapBarnhoorn
Copy link

fixes #68

The suggestion done in #68 fixes my problem with Jest not finding the tests.
I'm not sure if this is a valid fix, but this works for me on Linux

@mikaoelitiana
Copy link
Contributor

@haydenmeade do you think this solution could break something we are not aware of ?

@mikaoelitiana
Copy link
Contributor

@JaapBarnhoorn could you please rebase your change with latest main to fix the conflict?

@haydenmeade
Copy link
Collaborator

@haydenmeade do you think this solution could break something we are not aware of ?

Seems ok if it's been tested

@mikaoelitiana
Copy link
Contributor

@haydenmeade do you think this solution could break something we are not aware of ?

Seems ok if it's been tested

I have tested it for a while and did not encounter any issue so far

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.

The extra ' in testNamePattern causes my tests to be ignored
3 participants