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
{{ message }}
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
It'd be great if reporter could differentiate pending tests somehow. Luckily, pending tests from karma-jasmine and pending tests from karma-mocha are basically the same thing and there is no need to distinguish them in a reporter (I guess).
The text was updated successfully, but these errors were encountered:
Mocha has pending tests which are marked with
test.pending
boolean property. Currently, these tests are reported as skipped to karma reporters (https://github.com/karma-runner/karma-mocha/blob/v1.1.1/src/adapter.js#L110).The problem is that karma-jasmine reports both pending and disabled (or non focused) tests as skipped too (corresponding issue karma-runner/karma-jasmine#129).
It'd be great if reporter could differentiate pending tests somehow. Luckily, pending tests from karma-jasmine and pending tests from karma-mocha are basically the same thing and there is no need to distinguish them in a reporter (I guess).
The text was updated successfully, but these errors were encountered: