From 0ec2a3d65e54bda2d3a9b4779a686a7bba7b50b3 Mon Sep 17 00:00:00 2001 From: Ryota Murakami Date: Sat, 25 Sep 2021 18:32:20 +0900 Subject: [PATCH] example-external: add React Testing Library React Dnd Chessboard Example --- docs/example-external.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/example-external.mdx b/docs/example-external.mdx index 92c7bf53e..a31f95a25 100644 --- a/docs/example-external.mdx +++ b/docs/example-external.mdx @@ -8,6 +8,8 @@ sidebar_label: External Examples - You can find more React Testing Library examples at [react-testing-examples.com](https://react-testing-examples.com/jest-rtl/). + +- [React Testing Library React Dnd Chessboard Example](https://github.com/laststance/react-testing-library-react-dnd-chessboard-example) ## Playground