import * as angular from 'angular'; import 'angular-mocks'; describe ('<%= appName %>', () => { it ('should be truthy', () => { expect(true).toBeTruthy(); }); });