You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,22 @@ Specifies whether to show the loader or not.
240
240
241
241
<br/>
242
242
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).
0 commit comments