yarn @happy-dom/jest-environment 14.3.3
v14.3.3

latest releases: 14.11.0, 14.10.3, 14.10.2...
3 months ago

👷‍♂️ Patch fixes

  • Fixes bug where calling Storage.getItem() with a key that has the same name as one of its methods or properties, returned the method/property (e.g. Storage.getItem('key') returned Storage.key() which is a function) - By @capricorn86 in task #1351
    • The solution has been changed to use a Proxy instead to safeguard against this

Don't miss a new jest-environment release

NewReleases is sending notifications on new releases.