DEV Community

Discussion on: How to Unit Test HTML and Vanilla JavaScript Without a UI Framework

Collapse
 
tylerlwsmith profile image
Tyler Smith

Legendary. I've been coding a lot of Vanilla JS lately, and imperative DOM manipulation feels very fragile compared to React. I'm going to use the techniques here to start adding some tests to make sure I don't break anything.