Lucas Álek
Results
1
comments of
Lucas Álek
I had the same issue here and I solved it by using the `identity-obj-proxy` in my `jest.config.js` ` moduleNameMapper: { ..., 'quill-image-uploader': 'identity-obj-proxy', } `