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

https://github.com/fujiharuka/react-enzyme-test-demo


https://github.com/fujiharuka/react-enzyme-test-demo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# react-enzyme-test-demo

enzyme で React.js のテストを書く。

とりあえず、シャローレンダリングを使って、正しくレンダリングされることだけをテストする。イベントのテストはしない。

## テストの実行

```sh
$ npm install
$ npm test
```