require.requireActual("...")
^^^^^^^^^^^^^ property `requireActual`. Property not found in
require.requireActual("...")
^^^^^^^ object type
https://facebook.github.io/jest/docs/api.html#requirerequireactualmodulename
I'm experiencing the same problem as @Palisand
Added in jest_v21.x.x
I have just updated to the latest version using flow-typed update [email protected], but I am still getting the same message... It is also not clear to me where require.requireActual is defined, I can just find requireActual alone 馃
@danrot and anyone else looking at this, use jest.requireActual
Most helpful comment
@danrot and anyone else looking at this, use jest.requireActual