refactor(ivy): ngcc - remove unused code (#26906)

PR Close #26906
This commit is contained in:
Pete Bacon Darwin 2018-11-25 14:14:32 +00:00 committed by Igor Minar
parent 49c73bc170
commit 4526b3ef50
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ describe('Esm5ReflectionHost [import helper style]', () => {
});
it('should use `getImportOfIdentifier()` to retrieve import info', () => {
const mockImportInfo = {} as Import;
const spy = spyOn(Esm5ReflectionHost.prototype, 'getImportOfIdentifier')
.and.callFake(
(identifier: ts.Identifier) => identifier.getText() === 'Directive' ?