Skip to content

Commit de05399

Browse files
Readme updated
1 parent 29e3f8f commit de05399

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,22 @@ Specifies whether to show the loader or not.
240240

241241
<br/>
242242

243+
## Testing
244+
245+
ReactImageAppear uses the [jest](https://facebook.github.io/jest/) test runner along with [enzyme](http://airbnb.io/enzyme/) for easier assertion and manipulation. Run the following command to start the jest test runner -
246+
247+
```html
248+
npm test
249+
```
250+
251+
<br/>
252+
253+
## Contributing
254+
255+
Pull requests and suggestions are more than welcomed. In case of any issue, please report [here](https://github.com/ArunMichaelDsouza/react-image-appear/issues).
256+
257+
<br/>
258+
243259
## License
244260

245261
MIT Licensed

tests.setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Setup testing suite
1+
// Testing suite setup
22

33
import enzyme from 'enzyme';
44
import EnzymeAdapter from 'enzyme-adapter-react-16';

0 commit comments

Comments
 (0)