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

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 testin 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
mainbranchgulp runtestslocallyfixed by Fix(DeprecationWarning): Work around in testRunner #44923