Skip to content

Seed Barista - v1.0.4

Choose a tag to compare

@ItsJonQ ItsJonQ released this 28 Jul 15:17
· 17 commits to master since this release

Updates

jQuery wasn't mounting correct when Barista was being used in a Jest testing environment (specifically, Jest + Enzyme). I suspect this has to do with Enzyme's .mount() API, which (like Barista) also uses JSDOM.

This update adjusts how jQuery is initialized with Barista's .mount() method.

No changes are required for the end-user