Embed presentation























TDD for DOM code is challenging but possible. The presenter demonstrated a simple example of TDD for jQuery code using Jasmine that broke code into small testable modules, isolated dependencies, and allowed for changes with confidence through an integrated CI process and headless test running. Frontend TDD, while difficult, results in code that is better tested and maintained.





















