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
Yeah that's my bad. I initially only coded for passed and failed and never got around to add the other symbols. I'll try to fix this during the weekend
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Version
29.5.0
Steps to reproduce
npm install
GITHUB_ACTIONS=1 npm test
Expected behavior
Skipped test should not be shown as a failure. Rather it should be shown as
SKIP
, with a○
symbol instead of a cross (like the default reporter).Actual behavior
Skipped test is shown as a failure:
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: