jscheinhorn

Results 2 comments of jscheinhorn

Is that typical for the screenshots from the test to have that shaded box? I see it on most of the test screenshots https://github.com/paypal/paypal-checkout-components/pull/1989/files

I faced the same TypeError using React. Updating the jest mock solved the issue: `jest.mock('imask/esm/imask', () => jest.fn(() => ({ on: () => jest.fn(), off: () => jest.fn(), updateOptions: ()...