Skip to content

Commit

Permalink
fix(docs): broken testing doc link (pmndrs#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 authored Apr 8, 2023
1 parent 4c2c482 commit 6d47b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ A more complete TypeScript guide is [here](docs/guides/typescript.md).
- You may wonder how to organize your code for better maintenance: [Splitting the store into separate slices](./docs/guides/slices-pattern.md).
- Recommended usage for this unopinionated library: [Flux inspired practice](./docs/guides/flux-inspired-practice.md).
- [Calling actions outside a React event handler in pre React 18](./docs/guides/event-handler-in-pre-react-18.md).
- [Testing](./docs/guides/testing.mdx)
- [Testing](./docs/guides/testing.md)
## Third-Party Libraries
Expand Down

0 comments on commit 6d47b60

Please sign in to comment.