jest-puppe-shots icon indicating copy to clipboard operation
jest-puppe-shots copied to clipboard

A Jest plugin for creating screenshots of React components with a little help of Puppeteer

Results 2 jest-puppe-shots issues
Sort by recently updated
recently updated
newest added

Hi, I try to use it with create-react-app, however it doesn't allow altering jest preset without ejecting. Is it possible to setup jest-puppe-shots in setupJest.js file?

When running test that is using `STYLED_COMPONENTS` as a renderer there is a problem with React context: ``` Failed context type: Invalid context `__styled-components-stylesheet__` supplied to `Component`. ```

bug