Skip to content

Commit

Permalink
refactor(@schematics/angular): remove unnecessary whitespace in spec …
Browse files Browse the repository at this point in the history
…template
  • Loading branch information
tso1158687 authored and dgp1130 committed Jun 5, 2024
1 parent 0fa7e91 commit 9db7abd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('<%= classify(name) %><%= classify(type) %>', () => {
<%= standalone ? 'imports' : 'declarations' %>: [<%= classify(name) %><%= classify(type) %>]
})
.compileComponents();

fixture = TestBed.createComponent(<%= classify(name) %><%= classify(type) %>);
component = fixture.componentInstance;
fixture.detectChanges();
Expand Down

0 comments on commit 9db7abd

Please sign in to comment.