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
{{ message }}
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
Nessie provides a suite of component drivers for use in tests with Enzyme full-DOM rendering.
Problem
Currently the implementation of the drivers assumes that all components are classes not functions. But in Milestone-Hooks! we’re converting all components to functions, so everything breaks 😬
Wanted
Update all component drivers to work with function components. This implies we need to find a way to access the theme context inside the drivers... or find an alternative way of targeting elements.
The text was updated successfully, but these errors were encountered:
Currently
Nessie provides a suite of component drivers for use in tests with Enzyme full-DOM rendering.
Problem
Currently the implementation of the drivers assumes that all components are classes not functions. But in Milestone-Hooks! we’re converting all components to functions, so everything breaks 😬
Wanted
Update all component drivers to work with function components. This implies we need to find a way to access the theme context inside the drivers... or find an alternative way of targeting elements.
The text was updated successfully, but these errors were encountered: