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
{{ message }}
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
This version is covered by your current version range and after updating it in your project the build failed.
As mocha is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notesv4.0.0
4.0.0 / 2017-10-02
You might want to read this before filing a new bug! 😝
#2879: By default, Mocha will no longer force the process to exit once all tests complete. This means any test code (or code under test) which would normally prevent node from exiting will do so when run in Mocha. Supply the --exit flag to revert to pre-v4.0.0 behavior (@ScottFreeCode, @boneskull)
Reporter Output
#2095: Remove stdout: prefix from browser reporter logs (@skeggse)
#2295: Add separator in "unified diff" output (@olsonpm)
#2686: Print failure message when --forbid-pending or --forbid-only is specified (@ScottFreeCode)
#2814: Indent contexts for better readability when reporting failures (@charlierudolph)
👎 Deprecations
#2493: The --compilers command-line option is now soft-deprecated and will emit a warning on STDERR. Read this for more info and workarounds (@ScottFreeCode, @boneskull)
🎉 Enhancements
#2628: Allow override of default test suite name in XUnit reporter (@ngeor)
📖 Documentation
#3020: Link to CLA in README.md and CONTRIBUTING.md (@skeggse)
🔩 Other
#2890: Speed up build by (re-)consolidating SauceLabs tests (@boneskull)
Version 4.0.0 of mocha just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As mocha is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
Release Notes
v4.0.04.0.0 / 2017-10-02
You might want to read this before filing a new bug! 😝
💥 Breaking Changes
For more info, please read this article.
Compatibility
Default Behavior
nodefrom exiting will do so when run in Mocha. Supply the--exitflag to revert to pre-v4.0.0 behavior (@ScottFreeCode, @boneskull)Reporter Output
stdout:prefix from browser reporter logs (@skeggse)--forbid-pendingor--forbid-onlyis specified (@ScottFreeCode)👎 Deprecations
--compilerscommand-line option is now soft-deprecated and will emit a warning onSTDERR. Read this for more info and workarounds (@ScottFreeCode, @boneskull)🎉 Enhancements
📖 Documentation
README.mdandCONTRIBUTING.md(@skeggse)🔩 Other
Commits
The new version differs by 48 commits.
d69bf14Release v4.0.0171b9f9pfix "prepublishOnly" potential portability problem60e39d9Update link to wiki (GitHub at the leading--)804f9d5Update link because GitHub ate the leading--3326c23update CHANGELOG for v4.0.0 [ci skip]6dd9252add link to wiki on --compilers deprecation96318e1Deprecate --compilers92beda9drop bower support58a4c6aremove unused .npmignore7af6611kill Date#toISOString shim43501a2reduce noise about slow tests; make a few tests faster, etc.fa228e9update --exit / --no-exit integration test for new default behavior3fdd3ffSwitch default from forced exit to no-exitc5d69e0add integration tests for --exit/--no-exit3a7f8dcenhance runMochaJSON() helper by returning the subprocess instanceThere are 48 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴