You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a react application in which I have used "allotment" in one of my component and to test the application I have used "Jest" and "react testing library". Now while testing my component which has "allotment", it is giving me this below error.
I tried this with a sample application also and there also I'm facing this same issue.
So what can be the possible reason for this issue?
I was also having this issue and pay attention to the extension of the file that Jest is complaining which is .mjs. So if like me, you have something like this
Hi
I have a react application in which I have used "allotment" in one of my component and to test the application I have used "Jest" and "react testing library". Now while testing my component which has "allotment", it is giving me this below error.
I tried this with a sample application also and there also I'm facing this same issue.
So what can be the possible reason for this issue?
Link for that sample application :- https://github.com/avanish2403/OpenfinContextSharing/tree/AppWithJestTestCases
The text was updated successfully, but these errors were encountered: