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.
This PR contains the following updates:
^0.9.1
->^2.0.0
Release Notes
qunitjs/qunit
v2.19.1
Compare Source
==================
Fixed
v2.19.0
Compare Source
==================
Added
--module
option. (Shachar) #1680moduleId
toQUnit.begin()
details object.Fixed
beginDetails.modules
.v2.18.2
Compare Source
==================
Changed
Fixed
v2.18.1
Compare Source
==================
Fixed
v2.18.0
Compare Source
==================
Added
assert.propContains()
for partial object comparison. (Izel Nakri) #1668QUnit.hooks
to globally add beforeEach and afterEach. (Timo Tijhof) #1475.ts
files when TypeScript is used. (Timo Tijhof) #1669.json
,.cjs
, and.mjs
files. #1676Fixed
v2.17.2
Compare Source
==================
Changed
Fixed
QUnit.module.only()
closure. (Steve McClure) #1645v2.17.1
Compare Source
==================
Fixed
display: none
regression with the "global failure" message. (Timo Tijhof) #1651v2.17.0
Compare Source
==================
Added
error
event for bailing on uncaught errors. (Timo Tijhof) #1638Changed
Deprecated
Core: The internal
QUnit.onError
andQUnit.onUnhandledRejection
callbacks are deprecated. #1638These were undocumented, but may have been used in a fork or other custom runner for QUnit.
Switch to the supported
QUnit.onUncaughtException
instead.Fixed
assert.throws()
andassert.rejects()
. (Steve McClure) #1637QUnit.begin()
. (Timo Tijhof) #1446QUnit.done()
. (Timo Tijhof) #1629v2.16.0
Compare Source
==================
Added
Core: New
QUnit.test.each()
method for data providers. (ventuno) #1568Core: New
failOnZeroTests
configuration option. (Brenden Palmer)Core: New
QUnit.reporters
interface. (Timo Tijhof) f8948c9 js-reporters#133This introduces support for using the
tap
reporter in a browser.This was previously limited to the CLI.
Changed
assert.async()
callback came from. (Steve McClure) #1599Deprecated
Fixed
QUnit.module.only()
regression where some unrelated modules also executed. (Steve McClure) #1610v2.15.0
Compare Source
==================
Changed
js-reporters
to 2.0.0. #1577Deprecated
Fixed
assert.throws()
to fail gracefully when expected class does not match. (Steve McClure) #1530Infinity
value, previously becamenull
. (Timo Tijhof) #1406console
object is mocked. (Timo Tijhof) #1340v2.14.1
Compare Source
==================
Changed
commander
to 7.1.0. (Timo Tijhof) #1564Fixed
testItem
in testDone callback. (Timo Tijhof)v2.14.0
Compare Source
==================
Added
Changed
tiny-glob
andnode-watch
dependencies. #1522, #1524Fixed
main
andnavigation
ARIA roles. (Steve McClure) #1427QUnit.module.only
logic for unscoped modules. (Steve McClure) #1272assert.timeout()
bug causing a non-async test to fail. #1539v2.13.0
Compare Source
==================
Added
Deprecated
Fixed
suiteEnd
emits correctly with active filters. (Stephen Yeung) #1416Map
global in older browsers. (Timo Tijhof)v2.12.0
Compare Source
==================
Added
QUnit.test.*
aliases forQUnit.only()
,QUnit.skip()
, andQUnit.todo()
. (Steve McClure) #1496assert.throws()
expected callback. (Steve McClure) #1492Changed
node-watch
andcommander
dependencies. (Timo Tijhof) #1500Deprecated
QUnit.extend()
. (Steve McClure)v2.11.3
Compare Source
==================
Fixed
v2.11.2
Compare Source
==================
Fixed
actual
whitespace withexpected
in TapReporter. (Robert Jackson) js-reporters/js-reporters#107 #1481v2.11.1
Compare Source
==================
Fixed
tiny-glob
. #1476v2.11.0
Compare Source
==================
Added
assert.true()
andassert.false()
methods. (Ventuno) #1445Changed
hidepassed
is set. (Ray Cohen) #1208Fixed
--watch
option, affected Node 14 on Linux. #1448Removed
v2.10.1
Compare Source
==================
Fixed
#qunit-fixture
. (XhmikosR) #1437v2.10.0
Compare Source
==================
Changed
QUnit.only
-marked tests. (Ventuno) #1436Fixed
v2.9.3
Compare Source
==================
Added
Fixed
assert.timeout()
replace the timeout ifconfig.timeout
was already set.v2.9.2
Compare Source
==================
Fixed
unsafe-inline
.v2.9.1
Compare Source
==================
Fixed
v2.9.0
Compare Source
==================
Fixed
assert.throws()
as strings. #1333details.source
. (Shlomi Fish) #1341v2.8.0
Compare Source
==================
Added
QUnit.begin
,QUnit.moduleStart
,QUnit.testStart
,QUnit.testDone
,QUnit.moduleDone
, andQUnit.done
. (Stephen Yeung) #1307Changed
running
class to list items, for use by plugins. This was previously removed in 2.7.0. #1323v2.7.1
Compare Source
==================
Fixed
performance.measure
. (Gabriel Csapo)v2.7.0
Compare Source
==================
Added
Fixed
fsevents
extension by upgrading thesane
package. (Stefan Penner) #1314v2.6.2
Compare Source
==================
Fixed
assert.pushResult()
. (Ger Hobbelt) #1298fsevents
extension for Node 10 compatibility. (Tobias Bieniek) #1295v2.6.1
Compare Source
==================
Fixed
v2.6.0
Compare Source
==================
Added
--require
option. (Trent Willis) #1271Changed
assert.step()
.undefined
and other falsy rejection values inassert.rejects()
.Fixed
assert.verifySteps()
before exposing to logging callbacks. #1267v2.5.1
Compare Source
==================
Changed
#qunit-fixture
between tests. (Robert Jackson) #1250assert.step()
withoutassert.verifySteps()
.Fixed
v2.5.0
Compare Source
==================
Added
assert.rejects()
method. (Robert Jackson) #1238Changed
assert.verifySteps()
method now resets the steps buffer, making it easier to use multiple times in a single test. #1233Fixed
setTimeout
processing code. #1246v2.4.1
Compare Source
==================
v1.0.0
Compare Source
==================
First stable release.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.