Replies: 1 comment
-
Hi Michal! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋
I have a quite strange problem with jsdom. I get it on bitbucket CI:
I checked node_modules and react-scripts and I see in package.json dependency that react-app-polyfill is included but I don't see it in eact-scripts/node_modules 🤔
The code responsible for it is in file scripts/utils/createJestConfig.js
setupFiles: [ isEjecting ? 'react-app-polyfill/jsdom' : require.resolve('react-app-polyfill/jsdom'), ],
I tried to overwrite setupFiles or use separate install of react-app-polyfill but without any success :(
My package.json:
Maybe it is a problem with library versions? Or maybe with configuration?
I will be grateful for help.
Beta Was this translation helpful? Give feedback.
All reactions