francoischalifour / medium-zoom

🔎🖼 A JavaScript library for zooming images like Medium
https://medium-zoom.francoischalifour.com
MIT License
3.62k stars 165 forks source link

Test library with Jest #14

Closed francoischalifour closed 6 years ago

francoischalifour commented 6 years ago

I wrote some tests a long time ago with AVA but was not feeling confident enough to make them publicly available as they were clunky. I decided to use Jest this time and found it easier to test the DOM.

These tests were added to make sure that the lib is in a strong enough state to upgrade and add more features in the future.

Features tested