Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

laststance/react-testing-library-react-dnd-chessboard-example

Repository files navigation

Vercel CI Depfu

React Testing Library React Dnd Chessboard Example

Update! This repository has been imported into the Original React DnD repository.
Please reffer Original reposotory instead here.

This repository contain react-dnd tutorial chessboard and testing code with react-testing-library.

📕 Airticle: Testing React DnD by React Testing Library

chessboard

install

git clone git@github.com:laststance/react-testing-library-react-dnd-chessboard-example.git
cd react-testing-library-react-dnd-chessboard-example
yarn install

yarn start # run chessboard example on browser
yarn test # run tests by jest

License

MIT 📒

Edit react-testing-library-react-dnd-chessboard-example