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
So when I run tests, I expect the following code to be valid:
import { __RewireAPI__ as RWA } from '../logic'
import { __Rewire__ as RW } from '../logic'
console.log(RWA)
console.log(RW)
Tried different naming, thought maybe smth changed. But got undefined for both.
Maybe someone will advice what can be done? Or explain why it is not working. Or where I messed up -_-
Will appreciate any help, comments, explanations, etc.
The text was updated successfully, but these errors were encountered:
Hey!
Faced a problem when tried to add this plugin in CRACO project. Jest test runner is used.
What I did:
So when I run tests, I expect the following code to be valid:
Tried different naming, thought maybe smth changed. But got undefined for both.
Maybe someone will advice what can be done? Or explain why it is not working. Or where I messed up -_-
Will appreciate any help, comments, explanations, etc.
The text was updated successfully, but these errors were encountered: