🚀 Feature: Remove the long-deprecated --opts option #5243
Open
Description
Feature Request Checklist
- I have read and agree to Mocha's Code of Conduct and Contributing Guidelines
- I have searched for related issues and issues with the
faq
label, but none matched my issue. - I want to provide a PR to resolve this
Overview
As of #4175, mocha.opts
is deprecated and non-functional. I've yet to see anybody use it in real projects. But the code still exists:
Lines 341 to 346 in e3da641
This is dead weight on the project. IMO there's no real need to keep it around given how it's been deprecated with a loud warning & migration path (using a config instead) for 5 years.
Suggested Solution
I propose we remove it in a future major version, such as Mocha 12.
Alternatives
We could leave it in, but all it does now is throw createUnsupportedError
.
Additional Info
Similar sibling issue: #5242
Activity