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
This commit is contained in:
parent
66658c447f
commit
01e4d44e8c
|
@ -130,7 +130,7 @@ describe('TypeScriptServiceHost', () => {
|
|||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
template: '<div>Hello</div>
|
||||
template: '<div>Hello</div>',
|
||||
})
|
||||
export class HelloComponent {}
|
||||
`);
|
||||
|
|
Loading…
Reference in New Issue