fix(language-service): remove incompletely used parameter from createLanguageServiceFromTypescript()
(#13278)
Fixes #13277
This commit is contained in:

committed by
Alex Rickabaugh

parent
2893c2c0a2
commit
25c2141991
@ -29,8 +29,7 @@ describe('plugin', () => {
|
||||
}
|
||||
});
|
||||
|
||||
let plugin =
|
||||
new LanguageServicePlugin({ts: ts, host: mockHost, service, registry: documentRegistry});
|
||||
let plugin = new LanguageServicePlugin({host: mockHost, service, registry: documentRegistry});
|
||||
|
||||
it('should not report template errors on tour of heroes', () => {
|
||||
for (let source of program.getSourceFiles()) {
|
||||
|
Reference in New Issue
Block a user