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

https://github.com/simonsmith/react-component-unit-test

Unit testing React components with shallow rendering
https://github.com/simonsmith/react-component-unit-test

Last synced: 8 months ago
JSON representation

Unit testing React components with shallow rendering

Awesome Lists containing this project

README

          

# Unit testing React components with shallow rendering

A simple example of unit testing two React components in Mocha with [shallow rendering](https://facebook.github.io/react/docs/test-utils.html#shallow-rendering)

```bash
npm install
npm test
```