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

feat: add testing-library plugins to testing config #170

Merged
merged 1 commit into from
Dec 14, 2020

Conversation

kanadgupta
Copy link
Member

@kanadgupta kanadgupta commented Dec 14, 2020

Added these two plugins:

I was thinking of making this a separate ui-testing.js file, but changed my mind because it felt like it'd be annoying to have two different places to manage our Jest rules. Totally open to discussion on this.

@kanadgupta kanadgupta requested a review from erunion December 14, 2020 19:33
Copy link
Member

@erunion erunion left a comment

Choose a reason for hiding this comment

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

Was concerned about pulling these into the general testing config that it would throw false positives on tests that don't do UI testing, but I pulled this branch into https://github.com/readmeio/fetch-har and it didn't so LGTM.

@erunion erunion added the enhancement New feature or request label Dec 14, 2020
@erunion erunion merged commit f523c98 into master Dec 14, 2020
@erunion erunion deleted the feat/testing-library branch December 14, 2020 19:37
@kanadgupta
Copy link
Member Author

Good to hear! I didn't do any testing myself, but these plugins appear to be tied to specific testing packages so I'm hoping it won't cause any issues 🤞🏽

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants