angular-nevera-generator
Version:
Yeoman AngularJS scaffold a webapp with Angular 1 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma
8 lines (7 loc) • 299 B
text/typescript
<% if (modules !== 'inject') { -%>
<% include modules/directive.spec.header.ts %>
<% } -%>
describe('<%- directiveName %> directive', () => {
it('should...', <%- modules === 'webpack' ? 'angular.mock.' : '' %>inject(($rootScope: ng.IRootScopeService, $compile: ng.ICompileService) => {
}));
});