This repository was archived by the owner on May 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1577,7 +1577,7 @@ function Badge_tsickle_Closure_declarations() {
15771577
15781578 let magicString = new MagicString ( knownContent ) ;
15791579 const filePath = join ( ionicAngular , 'components' , 'badge' , 'badge.js' ) ;
1580- spyOn ( helpers , helpers . isIonicOrAngular . name ) . and . returnValue ( true ) ;
1580+ spyOn ( helpers , helpers . isIonic . name ) . and . returnValue ( true ) ;
15811581 magicString = decorators . purgeStaticCtorFields ( filePath , knownContent , magicString ) ;
15821582 const result : string = magicString . toString ( ) ;
15831583 expect ( result . indexOf ( ctorParams ) ) . toEqual ( - 1 ) ;
@@ -1612,7 +1612,7 @@ function Avatar_tsickle_Closure_declarations() {
16121612
16131613 let magicString = new MagicString ( knownContent ) ;
16141614 const filePath = join ( ionicAngular , 'components' , 'badge' , 'badge.js' ) ;
1615- spyOn ( helpers , helpers . isIonicOrAngular . name ) . and . returnValue ( true ) ;
1615+ spyOn ( helpers , helpers . isIonic . name ) . and . returnValue ( true ) ;
16161616 magicString = decorators . purgeStaticCtorFields ( filePath , knownContent , magicString ) ;
16171617 const result : string = magicString . toString ( ) ;
16181618 expect ( result . indexOf ( ctorParams ) ) . toEqual ( - 1 ) ;
You can’t perform that action at this time.
0 commit comments