Right-click an Angular component to generate the test file:
Never have to worry about hitting the real services:
Let SimonTest deal with imports, providers, declarations, etc.
It keeps track of your method calls and generates tests based on it.
SimonTest analyzes your code and figures out which service methods are used:
SimonTest is a plugin that generates all the test scaffolding for you.
More tests, less doing!