We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c1529 commit 198e3b0Copy full SHA for 198e3b0
frontend/src/tests/README.md
@@ -927,7 +927,9 @@ afterEach(() => {
927
5. **External resources**:
928
- [Vitest Documentation](https://vitest.dev/)
929
- [Testing Library Best Practices](https://testing-library.com/docs/guiding-principles)
930
- - [React Testing Examples](https://react-testing-examples.com/)
+ - [React Testing Library Documentation](https://testing-library.com/docs/react-testing-library/intro/)
931
+ - [Common Testing Mistakes](https://kentcdodds.com/blog/common-mistakes-with-react-testing-library)
932
+ - [Testing JavaScript](https://testingjavascript.com/) - Kent C. Dodds course
933
934
### Debugging Tips
935
0 commit comments