https://github.com/loveky/unit-testing-react-component
Demo code for
https://github.com/loveky/unit-testing-react-component
enzyme react react-test-renderer test
Last synced: 5 months ago
JSON representation
Demo code for
- Host: GitHub
- URL: https://github.com/loveky/unit-testing-react-component
- Owner: loveky
- Created: 2018-06-05T13:09:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T13:33:31.000Z (over 7 years ago)
- Last Synced: 2025-10-04T12:37:23.123Z (5 months ago)
- Topics: enzyme, react, react-test-renderer, test
- Language: JavaScript
- Homepage: https://loveky.github.io/2018/06/05/unit-testing-react-component-with-jest/
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Demo code for [《利用 Jest 为 React 组件编写单元测试》](https://loveky.github.io/2018/06/05/unit-testing-react-component-with-jest/)
```bash
npm install
npm test
```