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
I've implemented the feature in PR #3199. The required changes were close to what I've already done for mocha-runner in PR #3193. One notable exception is the behavior of MutantRunOptions.testFilter:
karma-runner and mocha-runner apply the filter on test descriptions
jasmine-runner applies the filter on test IDs
Test file timeout-on-infinite-loop.it.spec.ts is a good illustration. I haven't found any doc or explanation on the expected behavior of this flag, but in any case aligning jasmine-runner on (karma|mocha)-runner doesn't look too difficult.
Implement the hit counter for Jasmine 🟣. This is to prevent infinite loops from resulting in a timeout, see #3023.
The text was updated successfully, but these errors were encountered: