We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d69dd commit d2619ceCopy full SHA for d2619ce
developer_docs/testing.md
@@ -501,9 +501,11 @@ Records every invocation made against it and can verify certain interactions too
501
502
These files still need tests! If you want to contribute by writing tests, please consider starting with these:
503
504
-1. Integration test for LoginView.jsx
505
-2. Integration test for SignupView.jsx
506
-3. Tests for route switching in routes.jsx
+- [ ] Integration test for LoginView.jsx
+
+- [ ] Integration test for SignupView.jsx
507
508
+- [ ] Tests for route switching in routes.jsx
509
510
## More Resources
511
- [React Testing Library Cheatsheet](https://testing-library.com/docs/react-testing-library/cheatsheet/)
0 commit comments