Skip to content

Commit 198e3b0

Browse files
refs CRASM-3786: Fix broken resource links
1 parent a8c1529 commit 198e3b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/tests/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,9 @@ afterEach(() => {
927927
5. **External resources**:
928928
- [Vitest Documentation](https://vitest.dev/)
929929
- [Testing Library Best Practices](https://testing-library.com/docs/guiding-principles)
930-
- [React Testing Examples](https://react-testing-examples.com/)
930+
- [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
931933

932934
### Debugging Tips
933935

0 commit comments

Comments
 (0)