Closed
Description
Bug Report
🔎 Search Terms
Mocha, Runner
🕗 Version & Regression Information
on the branch, main with mocha out of sync with is definition 9.0.2/8.2
💻 Code
running npm test
in main branch
🙁 Actual behavior
[Worker XX] (node:386YYY) DeprecationWarning: "Runner(suite: Suite, delay: boolean)" is deprecated. Use "Runner(suite: Suite, {delay: boolean})" instead. (Use 'node --trace-deprecation ...' to show where the warning was created)
🙂 Expected behavior
- Code is up-to-date with the
main
branch - Successfully run
gulp runtests
locally - Successfully run gulp tests & gulp runtests-parallel --light=false locally
-
fixed by Fix(DeprecationWarning): Work around in testRunner #44923 - fixed by Fix(DeprecationWarning): Work around in testRunner #44925