-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Testing Docs #2165
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
Testing Docs #2165
Conversation
Deploy preview for reactjs ready! Built with commit 16e166d |
Can you add them temporarily to sidebar somewhere so that it’s easy to preview what you already posted on a live site? |
728a54f
to
b917d4d
Compare
It's now under Advanced Guides > Testing |
This expands the testing docs for reactjs.org. It adds 4 main docs - - testing.md: An entry point to the testing docs - testing-recipes.md: Common patterns when writing tests for React Components. - testing-environments.md: Setting up your testing environment. - act.md: Notes on React's act() test helper. Once this is in place, we'll decide whether to add links to the sidebar, and further steps.
b917d4d
to
af258c6
Compare
Thanks @alexkrolick! Co-Authored-By: Alex Krolick <[email protected]>
b7e19cb
to
fa7af1c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
High level feedback: we need to use less jargon and be more concrete.
c4517ca
to
b61cff5
Compare
b61cff5
to
f6b0b63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I did a small edit pass. Let's tweak examples as we discussed
bf00b82
to
e3d3125
Compare
e3d3125
to
16e166d
Compare
This expands the testing docs for reactjs.org. It adds 3 main docs -
https://deploy-preview-2165--reactjs.netlify.com/docs/testing.html
https://deploy-preview-2165--reactjs.netlify.com/docs/testing-recipes.html
https://deploy-preview-2165--reactjs.netlify.com/docs/testing-environments.html