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
Remove mocha-junit-reporter package by relying on Mocha's xUnit module (#3593)
This important because the removed package (`mocha-junit-reporter`)
is quite out-of-date and pulls in a vulnerable dependency.
Funnily, we're still producing JUnit-style XML test results,
which is a very curious bug in Mocha itself.
0 commit comments