We all like to think that we build bug-free applications, but sometimes the unthinkable happens and you find a bug. Building applications with Aurelia is no different, and having a solid testing workflow will help ensure that you deliver solid quality applications. In this chapter we will look at writing tests as well as some tips for debugging your applications in the browser.
Unit Testing
We have been focusing on building applications using the Aurelia CLI. If you created a project and chose not to do unit testing, now might be a good time to create a ...