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
When running tests with autowatch enabled, Karma will suddenly quit if coverage falls below the required threshold set in karmaTypescriptConfig.coverageOptions.threshold.
I have a feeling it may be related to the use of process.exit() in this PR: #399
The text was updated successfully, but these errors were encountered:
When running tests with autowatch enabled, Karma will suddenly quit if coverage falls below the required threshold set in
karmaTypescriptConfig.coverageOptions.threshold
.I have a feeling it may be related to the use of
process.exit()
in this PR: #399The text was updated successfully, but these errors were encountered: