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)
- Host: GitHub
- URL: https://github.com/moox/react-component-unit-testing-example
- Owner: MoOx
- Created: 2015-11-02T11:03:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T07:46:48.000Z (about 8 years ago)
- Last Synced: 2025-05-21T11:11:50.581Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/