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: import @testing-library/jest-dom matchers in their own setup script #472

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

G-Rath
Copy link
Contributor

@G-Rath G-Rath commented Aug 13, 2023

I'm on the fence about switching to have just a single setup.js|ts file as then we might have to do more logic on adding to that without conflicting, but it might be fine as we're not really doing that much and I don't expect we'll have more to add in the future...

Still we can make that switch later - for now I just want to get CI back in the green.

@G-Rath G-Rath force-pushed the all-together branch 3 times, most recently from a27235a to 9f87b69 Compare August 14, 2023 19:06
…cript

Technically we could just add the import to `setupFilesAfterEnv`, but then they'd not get picked
up by TypeScript since we wouldn't actually be "importing" them in a TS file.
@G-Rath G-Rath changed the title chore: test all recent fixes together fix: import @testing-library/jest-dom matchers in their own setup script Aug 14, 2023
@G-Rath G-Rath marked this pull request as ready for review August 14, 2023 19:24
@G-Rath G-Rath merged commit 16f8bc1 into main Aug 14, 2023
22 checks passed
@G-Rath G-Rath deleted the all-together branch August 14, 2023 21:35
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.

3 participants