This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
[Doppins] Upgrade dependency mocha to ^3.2.0 #5
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.
Hi!
A new version was just released of
mocha
, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded mocha from
^2.3.3
to^3.1.1
Changelog:
Version 3.1.1
#3.1.1 / 2016-10-09
🐛 Bug Fix
#1417
: Don't reportdone()
was called multiple times when it wasn't (@frankleonrose
)🔩 Other
#2490
: Lint with semistandard config (@makepanic
)#2525
: Lint all.js
files (@boneskull
)#2524
: Provide workaround for developers unable to run browser tests on macOS Sierra (@boneskull
)Version 3.1.0
#3.1.0 / 2016-09-27
🎉 Enhancement
#2357
: Support--inspect
on command-line (@simov
)#2194
: Human-friendly error if no files are matched on command-line (@Munter
)#1744
: Human-friendly error if a Suite has no callback (BDD/TDD only) (@anton
)🐛 Bug Fix
#2488
: Fix case in which variables beginning with lowercase "D" may not have been reported properly as global leaks (@JustATrick
) 😆#2465
: Always halt execution in async function whenthis.skip()
is called (@boneskull
)#2445
: Exits with expected code 130 whenSIGINT
encountered; exit code can no longer rollover at 256 (@Munter
)#2315
: Fix uncaught TypeError thrown from callback stack (@1999
)only()
/skip()
in IE7/IE8 (@boneskull
)#2502
: Fix broken stack trace filter on Node.js under Windows (@boneskull
)#2496
: Fix diff output for objects instantiated withString
constructor (more) (@boneskull
)Version 3.0.2
Version 3.0.0
See
#2350
andCHANGELOG.md
in thev3.0.0
branch.Version 3.0.0
See
#2350
for more information.Version 3.0.0
See
#2350
for more information.