Testing Phoenix live view with jestFebruary 27, 2020 · 3 min readAndreas KnöpfleAssistant code archeology officerPhoenix LiveView allows for JavaScript Hooks to extend live view pages with small powerful bits of JavaScript. This post showcases how one can test these hooks with the power of Jest.