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
// ? babel@<=7 are published in a weird way that's hostile to modification. The below allows us to spy on babel APIs. Without this, strange errors occur when Jest tries to mutate babel's weirdo module export.
2
2
3
-
// ? Doing things this way so we can spyOn babel APIs and without this we were
4
-
// ? getting errors: TypeError: Cannot set property transform of #<Object> which
0 commit comments