-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove configuration via 'mocha.opts' #4175
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
juergba
added
type: feature
enhancement proposal
area: usability
concerning user experience or interface
semver-major
implementation requires increase of "major" version number; "breaking changes"
area: node.js
command-line-or-Node.js-specific
block
labels
Feb 4, 2020
juergba
force-pushed
the
juergba/remove-opts
branch
from
February 9, 2020 07:34
0c21c42
to
db15b51
Compare
coverage: the report shows a decrease of -0.06% in lib/cli/options.js. When studying the details there is not one uncovered line of code, and the three newly added lines are covered by tests. |
juergba
force-pushed
the
juergba/remove-opts
branch
from
February 9, 2020 08:30
db15b51
to
003e8bb
Compare
outsideris
approved these changes
Feb 23, 2020
juergba
force-pushed
the
juergba/remove-opts
branch
from
February 27, 2020 07:25
003e8bb
to
fa8dae9
Compare
juergba
force-pushed
the
juergba/remove-opts
branch
from
March 12, 2020 15:38
fa8dae9
to
54e3c89
Compare
bpinto
added a commit
to bpinto/kefir-test-utils
that referenced
this pull request
Nov 15, 2021
bpinto
added a commit
to bpinto/kefir-test-utils
that referenced
this pull request
Nov 15, 2021
mAAdhaTTah
pushed a commit
to kefirjs/kefir-test-utils
that referenced
this pull request
Nov 16, 2021
* [email protected] * Replace deprecated mocha.opts Ref: mochajs/mocha#4175 * Remove dependabot exclusion
76 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: node.js
command-line-or-Node.js-specific
area: usability
concerning user experience or interface
semver-major
implementation requires increase of "major" version number; "breaking changes"
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The configuration via
mocha.opts
has been deprecated in Mocha v7.0.0.In Mocha v8.0.0 we remove it.
Description of the Change
--opts
option.