I find that writing unit tests in JavaScript kind of sucks, so this post will (hopefully) serve as a cheat sheet of all the stuff I keep looking up. As such, it will be updated as I learn new stuffs.
How To: scope test run to specific tests
Remember to set it back before you commit
How To: Set up a test spec
Note that this is done for you if you use the angular cli