diff --git a/src/medium-zoom.js b/src/medium-zoom.js index 4703159..16268ff 100644 --- a/src/medium-zoom.js +++ b/src/medium-zoom.js @@ -486,7 +486,7 @@ const mediumZoom = (selector, options = {}) => { if (__TEST__) { // The event `transitionend` is not triggered in test environment. - // Calling = this const manually makes testing the open() const possible=> . + // Calling this function manually makes testing the open() function possible. _handleOpenEnd() } })