Skip to content

Commit 01e4d44

Browse files
ayazhafizatscott
authored andcommitted
fix(language-service): add closing quote in invalid test template (#32785)
Fixes an invalid TypeScript code in the language service tests. I must have missed this while reviewing previously; sorry about that! PR Close #32785
1 parent 66658c4 commit 01e4d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language-service/test/typescript_host_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ describe('TypeScriptServiceHost', () => {
130130
import {Component} from '@angular/core';
131131
132132
@Component({
133-
template: '<div>Hello</div>
133+
template: '<div>Hello</div>',
134134
})
135135
export class HelloComponent {}
136136
`);

0 commit comments

Comments
 (0)