Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/securingsincity/react-jest-example
An example of react and jest testing
https://github.com/securingsincity/react-jest-example
Last synced: about 2 months ago
JSON representation
An example of react and jest testing
- Host: GitHub
- URL: https://github.com/securingsincity/react-jest-example
- Owner: securingsincity
- License: mit
- Created: 2014-06-05T01:43:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T16:29:25.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T01:02:09.386Z (8 months ago)
- Language: JavaScript
- Size: 2.66 MB
- Stars: 34
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Jest Example
==================An example of React and Jest testing.
This includes some examples of how things can be nested in React. It also includes examples of how to test each module.
---
To run the sample code
```
npm install
//and then run
gulp
```
Gulp runs all jsx transforms using browserify. It also will load the tests.---
To run the sample tests
```
npm test
```
Also the tests will run with `gulp test` or through the watch in the default gulp task