An open API service indexing awesome lists of open source software.

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

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
```