The code from a short talk on those methods at the top of a unit test file that can be perplexing to the uninitiated.
- Install node if you haven't
- clone the repo and go to the directory
npm installto install dependenciesnpm install -g karma-clito install the karma cli toolkarma startto start tests
============== This repository is not meant to give best practices on structure or implementation of an Angular app. It doesn't even use any build tools. It is meant to provide a bare-bones application for testing to tweak, experiment, and learn in.