Skip to content

Commit d2619ce

Browse files
committed
checklist
1 parent e8d69dd commit d2619ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

developer_docs/testing.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,11 @@ Records every invocation made against it and can verify certain interactions too
501501
502502
These files still need tests! If you want to contribute by writing tests, please consider starting with these:
503503
504-
1. Integration test for LoginView.jsx
505-
2. Integration test for SignupView.jsx
506-
3. Tests for route switching in routes.jsx
504+
- [ ] Integration test for LoginView.jsx
505+
506+
- [ ] Integration test for SignupView.jsx
507+
508+
- [ ] Tests for route switching in routes.jsx
507509
508510
## More Resources
509511
- [React Testing Library Cheatsheet](https://testing-library.com/docs/react-testing-library/cheatsheet/)

0 commit comments

Comments
 (0)