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
The test runner script tried to pass the Jest config as
stringified JSON, but that was breaking for me somehow.
Sidestepped the problem by writing the settings to disk instead
and pointing Jest to that file.
0 commit comments