This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Blue - v0.0.58
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