You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simulated DOM used in jest tests isn't capable of providing the required layout information for flowtip to operate properly. (getBoundingClientRect and getComputedStyle are both stubbed to return constant mock results)
We need to set up in-browser tests (potentially using https://saucelabs.com/open-source) to create proper test coverage for flowtip-react-dom.
The text was updated successfully, but these errors were encountered:
The simulated DOM used in jest tests isn't capable of providing the required layout information for flowtip to operate properly. (
getBoundingClientRect
andgetComputedStyle
are both stubbed to return constant mock results)We need to set up in-browser tests (potentially using https://saucelabs.com/open-source) to create proper test coverage for
flowtip-react-dom
.The text was updated successfully, but these errors were encountered: