Skip to content

Commit 93da512

Browse files
andrelmpfilipesilva
authored andcommitted
fix(generate): Update directive.spec.ts blueprint to fix incorret import (angular#1940)
1 parent e2e94a5 commit 93da512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-cli/blueprints/directive/files/__path__/__name__.directive.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* tslint:disable:no-unused-variable */
22

33
import { TestBed, async } from '@angular/core/testing';
4-
import { <%= classifiedModuleName %> } from './<%= dasherizedModuleName %>.directive';
4+
import { <%= classifiedModuleName %>Directive } from './<%= dasherizedModuleName %>.directive';
55

66
describe('Directive: <%= classifiedModuleName %>', () => {
77
it('should create an instance', () => {

0 commit comments

Comments
 (0)