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

https://github.com/moox/react-component-unit-testing-example

Easy unit testing React components (without a DOM)
https://github.com/moox/react-component-unit-testing-example

Last synced: 6 months ago
JSON representation

Easy unit testing React components (without a DOM)

Awesome Lists containing this project

README

          

# Unit testing React components

```console
$ npm install
$ npm test
```

More about this at http://moox.io/blog/react-components-unit-testing/
or in french http://putaindecode.io/fr/articles/js/react/test-unitaires/