fix(language-service): remove incompletely used parameter from createLanguageServiceFromTypescript() (#13278)

Fixes #13277
This commit is contained in:
Chuck Jazdzewski
2016-12-06 16:19:39 -08:00
committed by Alex Rickabaugh
parent 2893c2c0a2
commit 25c2141991
8 changed files with 43 additions and 55 deletions

View File

@ -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()) {