Skip to content

Commit 8de9212

Browse files
committed
add links
1 parent 8782fbd commit 8de9212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developer_docs/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Want to get started writing a test for a new file or an existing file, but not s
7575
(the below assumes we're using proposed folder structure 1)
7676
1. Make a new file in the ``__tests__`` folder that's directly adjacent to your file. For example, if ``example.jsx`` is in ``src/components``, then you would make a file called ``example.test.jsx`` in ``src/components/__tests__``
7777
2. Check if the component is connected to redux or not.
78-
3. If it is, see the redux section below on how to write tests for that.
79-
4. If it's not, see the section below on writing tests for unconnected components.
78+
3. If it is, see the [redux section](#Testing-Redux) below on how to write tests for that.
79+
4. If it's not, see the [section below on writing tests for unconnected components](#Testing-plain-components).
8080

8181
### What to test
8282
For any type of component, you might want to consider testing:

0 commit comments

Comments
 (0)