-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Propose/Implement React client testing framework #2066
Labels
epic
For issues that exist only to track progress on a list of other issues in one place
Comments
Looked into Jest-Enzyme testing.
|
Pivoted, @zenweasel advised to do example tests on components first.
|
I have some babel presets installed for tests to run but when I configure them in the |
Blockers encountered
Testing
|
Closed via #2170 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since we are doing a full push to convert to React, this seems like a prime time to get some testing in place before we end up with 100+ components without tests. The main thrust of this ticket is not to have every component be tested, but to have something in place where developers can quickly and easily write tests for new components they create (and then we will go back and add tests for existing components).
Steps to complete this ticket
The text was updated successfully, but these errors were encountered: