Skip to content

Commit 712c9c9

Browse files
committed
change integration test example link
1 parent de77fed commit 712c9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You should write unit tests for shared components and functions that are used th
1616
Integration testing is a method of testing multiple parts of an application at once.
1717
Most of your tests should be integration tests, as these will give you the most benefits and confidence for your invested effort. Unit tests on their own don't guarantee that your app will work even if those tests pass, because the relationship between the units might be wrong. You should test different features with integration tests.
1818

19-
[Integration Test Example Code](../src/features/auth/components/__tests__/RegisterForm.test.tsx)
19+
[Integration Test Example Code](../src/features/discussions/routes/__tests__/Discussion.test.tsx)
2020

2121
### E2E
2222

0 commit comments

Comments
 (0)