Skip to content

v3.1.1

Compare
Choose a tag to compare
@jtoar jtoar released this 05 Oct 22:55
· 3850 commits to main since this release

Patch Release

This patch release fixes the "Jest encountered an unexpected token" error when using firebase packages in web tests. It tweaks the custom Jest resolver used for web side tests, adding package.json "redirect" logic for firebase packages. (If you don't use firebase, there's nothing interesting for you here.)

  • fix: resolve firebase packages to CommonJS in web tests #6532 by @jtoar