
In my previous post I walked through how to change Aurelia to load modules via Require.js so that you can set breakpoints and debug from VS when you run your Aurelia project. In this post I want to share some tips about unit testing your Aurelia view-models. Unit Testing Javascript If you aren’t yet convinced of the value of unit testing, please read my post about why you absolutely should be. ...