How to Unit Test Knockout.js Components?

The latest version of Knockout.js, version 3.2, has a new functionality: the ability to define and/or load components. Each component is defined with a viewModel and a html template. This means you can make your code even more modular. »