Skip to content

Commit

Permalink
fix(generate): Update directive.spec.ts blueprint to fix incorret imp…
Browse files Browse the repository at this point in the history
…ort (#1940)
  • Loading branch information
andrelmp authored and filipesilva committed Sep 22, 2016
1 parent e2e94a5 commit 93da512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* tslint:disable:no-unused-variable */

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

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

0 comments on commit 93da512

Please sign in to comment.