Skip to content

Commit

Permalink
fix(component): Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Sep 14, 2016
1 parent 4c76bc7 commit 39fb8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/component/templates/_component.fuse.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { <%=componentnameClass%>Component } from './<%=componentnameFile%>.compo
describe('Module: <%=modulename%>', () => {
describe('Component: <%=componentnameClass%>Component', () => {

beforeEach(() => {
beforeEach(() => {
TestBed.configureTestingModule({
declarations: [<%=componentnameClass%>Component],
providers: [],
Expand Down

0 comments on commit 39fb8de

Please # to comment.