A node.js script which generates code for an angular.spec file. It includes:
- Retrieving all of the component's dependencies and placing them as jasmine mock objects in the spec file
- Injecting all imports inside TestBed
- Generating 2 separate testing units ( As Unit & As Component )