项目作者: laststance

项目描述 :
Example of react-testing-library and react-dnd testing.
高级语言: TypeScript
项目地址: git://github.com/laststance/react-testing-library-react-dnd-chessboard-example.git


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 App ♟ source from React-DnD Official Document. 📒

🐙 Testing Code src/__tests__/integration.test.tsx

chessboard

install

  1. git clone git@github.com:laststance/react-testing-library-react-dnd-chessboard-example.git
  2. cd react-testing-library-react-dnd-chessboard-example
  3. yarn install
  4. yarn start # run chessboard example on browser
  5. yarn test # run tests by jest

License

MIT 📒

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