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
@rjz I have a similar condition. to answer your clarification, there is no Yep, definitely broken. logged, but the error thrown is TypeError: Cannot read property 'expect' of undefined.
authenticatedSession logs as the testSession as you would expect, in the beforeEach hook.
UDPATE:
my variable testSession was moved to the global scope next to const myApp = require('/myAppPath') as let testSession = session(myApp) and now its 👌
Written by Typescript, but executed as javascript with jest
The text was updated successfully, but these errors were encountered: