Skip to content

Commit 4425b4d

Browse files
committed
Merge branch 'app-module-alias' of github.com:abner/angular-cli into app-module-alias
2 parents d54e3b2 + e0930c3 commit 4425b4d

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)