Skip to content

Fix `__extends` helper in certain testing contexts

Choose a tag to compare

@wadetandy wadetandy released this 29 Dec 20:55
· 175 commits to master since this release
047fd94

When using the js-dom library in test environments, our custom __extend function wasn't wired up to the global context directly. This fixes the issue.