diff --git a/integration/ngcc/test.sh b/integration/ngcc/test.sh index 0e8e17d49e..f2f09d7865 100755 --- a/integration/ngcc/test.sh +++ b/integration/ngcc/test.sh @@ -34,9 +34,9 @@ ivy-ngcc if [[ $? != 0 ]]; then exit 1; fi # Did it transform @angular/core typing files correctly? - grep "import [*] as ɵngcc0 from './r3_symbols';" node_modules/@angular/core/src/application_module.d.ts + grep "import [*] as ɵngcc0 from './src/r3_symbols';" node_modules/@angular/core/core.d.ts if [[ $? != 0 ]]; then exit 1; fi - grep "static ngInjectorDef: ɵngcc0.InjectorDef;" node_modules/@angular/core/src/application_module.d.ts + grep "static ngInjectorDef: ɵngcc0.InjectorDef;" node_modules/@angular/core/core.d.ts if [[ $? != 0 ]]; then exit 1; fi # Did it generate a base factory call for synthesized constructors correctly?