We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d54e3b2 + e0930c3 commit 4425b4dCopy full SHA for 4425b4d
packages/angular-cli/blueprints/directive/files/__path__/__name__.directive.spec.ts
@@ -1,7 +1,7 @@
1
/* tslint:disable:no-unused-variable */
2
3
import { TestBed, async } from '@angular/core/testing';
4
-import { <%= classifiedModuleName %> } from './<%= dasherizedModuleName %>.directive';
+import { <%= classifiedModuleName %>Directive } from './<%= dasherizedModuleName %>.directive';
5
6
describe('Directive: <%= classifiedModuleName %>', () => {
7
it('should create an instance', () => {
0 commit comments