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
Since the output from jest is parsed as JSON, if jest fails to run, the result is reported to the user as a failure of guard-jest_runner in the json gem.
Solution is to catch JSON parse failure and display the raw output so the user can troubleshoot the jest issue.
The text was updated successfully, but these errors were encountered:
Since the output from jest is parsed as JSON, if jest fails to run, the result is reported to the user as a failure of guard-jest_runner in the json gem.
Solution is to catch JSON parse failure and display the raw output so the user can troubleshoot the
jest
issue.The text was updated successfully, but these errors were encountered: