Changelog
[3.2.0] - 2021-11-24
window
and document
globals of jest-dom
caused errors.Changelog
[3.1.5] - 2021-09-16
Changelog
[3.1.4] - 2021-08-31
HTMLElement
s.Changelog
[3.1.3] - 2021-07-03
false
(not recommended).Changelog
[3.1.2] - 2021-07-01
"type": "module"
in own package.json
was overriding
the default of the package importer. Hence, the package could only be used as ESM.Changelog
[3.1.1] - 2021-06-30
Changelog
[3.1.0] - 2020-11-08
spy.hasCallHistory()
without any arguments will always fail now and refers to use
spy.wasNotCalled()
instead if the spy wasn't called.