digitalfabrik / react-sticky-headroom

A React Component to hide a Header using CSS sticky position
MIT License
29 stars 4 forks source link

Rewrite Tests in modern framework #37

Open michael-markl opened 2 years ago

michael-markl commented 2 years ago

Currently, we use Enzyme as our testing framework. As Enzyme died by now, we need to move to a state-of-the-art testing framework.

sarahsporck commented 1 year ago

Are you working on this? I'd be open to implement this :)

michael-markl commented 1 year ago

I am not working on it. I would consider it quite low priority to do this tbh, but if you want to, feel free to open a PR :)

If I remember correctly, the state logic of this component is quite complicated, so understanding the tests might not be super easy (also for me :D)