Skip to content

Commit 8ef1b4e

Browse files
authored
Merge pull request #68 from primer/test-folder-link-suffix
Add missing __ suffix to tests folder link
2 parents 5f49fac + 3f0681f commit 8ef1b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ run Jest in watch mode with:
3737
npm t -- --watch
3838
```
3939

40-
See [`src/__tests__/example.js`](src/__tests/example.js) for an
40+
See [`src/__tests__/example.js`](src/__tests__/example.js) for an
4141
example of how we're testing our components.
4242

4343
## Principles

0 commit comments

Comments
 (0)