fix(ivy): handle class declarations consistently in ES5 code (#29209)
PR Close #29209
This commit is contained in:

committed by
Miško Hevery

parent
2790352d04
commit
21835af70c
@ -1536,7 +1536,7 @@ describe('Esm2015ReflectionHost', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('getModuleWithProvidersFunctions', () => {
|
||||
describe('getModuleWithProvidersFunctions()', () => {
|
||||
it('should find every exported function that returns an object that looks like a ModuleWithProviders object',
|
||||
() => {
|
||||
const srcProgram = makeTestProgram(...MODULE_WITH_PROVIDERS_PROGRAM);
|
||||
|
Reference in New Issue
Block a user