refactor(ivy): minor refactorings (#25406)

PR Close #25406
This commit is contained in:
George Kalpakas
2018-07-26 22:44:07 +03:00
committed by Matias Niemelä
parent 9081efa961
commit ea68ba048a
7 changed files with 10 additions and 12 deletions

View File

@ -405,7 +405,7 @@ describe('ngtsc behavioral tests', () => {
const dtsContents = getContents('test.d.ts');
expect(dtsContents)
.toContain('i0.ɵNgModuleDef<TestModule, [typeof TestPipe,typeof TestCmp], never, never>');
.toContain('i0.ɵNgModuleDef<TestModule, [typeof TestPipe, typeof TestCmp], never, never>');
});
it('should unwrap a ModuleWithProviders function if a generic type is provided for it', () => {