* Use with `jest-image-snapshot`. Check its documentation [here](https://github.com/americanexpress/jest-image-snapshot) * To enable this image reporter, add it to your `jest.config.js` "reporters" definition: ``` "reporters": [ "default", "<rootDir>/imag
npm install jest-imgur-reporterjest-image-snapshot. Check its documentation herejest.config.js "reporters" definition:
"reporters": [ "default", "/image-reporter.js" ]
``