Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Blue - v0.0.58

Compare
Choose a tag to compare
@ItsJonQ ItsJonQ released this 23 Nov 19:43
· 3015 commits to main since this release

Add Karma acceptance testing

This update adds a Karma acceptance testing solution. A couple of
tests have been setup, but it isn't integrated into the main testing
scripts yet.

Bug fixes 🐛

During Karma testing, it revealed some bugs for PortalWrapper, via
Dropdown/Modal testing. (YAY)

The bug was that the className prop was unexpectedly being added
to <div> elements that WEREN'T the ComposedComponent. Resulting
in custom classNames being added to 2-3 nodes instead of just 1.

These have been addressed and the Jest unit tests have been updated
accordingly.

Resolves: #60