jest-imgur-reporter
v0.1.1
Published
* 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
Downloads
5
Readme
Put your Puppeteer screenshot diff to Imgur
Usage
- Use with
jest-image-snapshot
. Check its documentation here - To enable this image reporter, add it to your
jest.config.js
"reporters" definition:
"reporters": [ "default", "<rootDir>/image-reporter.js" ]