Skip to content

Commit

Permalink
fix(language-service): add closing quote in invalid test template (#3…
Browse files Browse the repository at this point in the history
…2785)

Fixes an invalid TypeScript code in the language service tests. I must
have missed this while reviewing previously; sorry about that!

PR Close #32785
  • Loading branch information
ayazhafiz authored and atscott committed Oct 1, 2019
1 parent 66658c4 commit 01e4d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-service/test/typescript_host_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe('TypeScriptServiceHost', () => {
import {Component} from '@angular/core';
@Component({
template: '<div>Hello</div>
template: '<div>Hello</div>',
})
export class HelloComponent {}
`);
Expand Down

0 comments on commit 01e4d44

Please sign in to comment.