@@ -353,7 +353,7 @@ export function main(): void {
353353 tick ( ) ;
354354
355355 expect ( componentFixture . debugElement . styles [ 'transform' ] )
356- . toBe ( `translate3d( 0, ${ 0 + shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
356+ . toBe ( `translate3d( 0, ${ shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
357357 expect ( shiftCallback ) . toHaveBeenCalled ( ) ;
358358
359359 } ) ) ;
@@ -389,7 +389,7 @@ export function main(): void {
389389 return {
390390 finished : new Promise < undefined > ( ( resolve : ( ) => void , reject : ( ) => void ) => {
391391 componentFixture . debugElement . styles [ 'transform' ] =
392- `translate3d( 0, ${ 0 + shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ; // Fake animation result
392+ `translate3d( 0, ${ shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ; // Fake animation result
393393 resolve ( ) ;
394394 } )
395395 } ;
@@ -400,7 +400,7 @@ export function main(): void {
400400 tick ( ) ;
401401
402402 expect ( componentFixture . debugElement . styles [ 'transform' ] )
403- . toBe ( `translate3d( 0, ${ 0 + shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
403+ . toBe ( `translate3d( 0, ${ shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
404404 expect ( shiftCallback ) . toHaveBeenCalled ( ) ;
405405
406406 } ) ) ;
@@ -438,7 +438,7 @@ export function main(): void {
438438 tick ( ) ;
439439
440440 expect ( componentFixture . debugElement . styles [ 'transform' ] )
441- . toBe ( `translate3d( 0, ${ 0 - shiftDistance - testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
441+ . toBe ( `translate3d( 0, ${ - shiftDistance - testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
442442 expect ( shiftCallback ) . toHaveBeenCalled ( ) ;
443443
444444 } ) ) ;
@@ -473,7 +473,7 @@ export function main(): void {
473473 return {
474474 finished : new Promise < undefined > ( ( resolve : ( ) => void , reject : ( ) => void ) => {
475475 componentFixture . debugElement . styles [ 'transform' ] =
476- `translate3d( 0, ${ 0 - shiftDistance - testNotifierConfig . position . vertical . gap } px, 0 )` ; // Fake animation result
476+ `translate3d( 0, ${ - shiftDistance - testNotifierConfig . position . vertical . gap } px, 0 )` ; // Fake animation result
477477 resolve ( ) ;
478478 } )
479479 } ;
@@ -484,7 +484,7 @@ export function main(): void {
484484 tick ( ) ;
485485
486486 expect ( componentFixture . debugElement . styles [ 'transform' ] )
487- . toBe ( `translate3d( 0, ${ 0 - shiftDistance - testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
487+ . toBe ( `translate3d( 0, ${ - shiftDistance - testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
488488 expect ( shiftCallback ) . toHaveBeenCalled ( ) ;
489489
490490 } ) ) ;
@@ -522,7 +522,7 @@ export function main(): void {
522522 tick ( ) ;
523523
524524 expect ( componentFixture . debugElement . styles [ 'transform' ] )
525- . toBe ( `translate3d( 0, ${ 0 - shiftDistance - testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
525+ . toBe ( `translate3d( 0, ${ - shiftDistance - testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
526526 expect ( shiftCallback ) . toHaveBeenCalled ( ) ;
527527
528528 } ) ) ;
@@ -557,7 +557,7 @@ export function main(): void {
557557 return {
558558 finished : new Promise < undefined > ( ( resolve : ( ) => void , reject : ( ) => void ) => {
559559 componentFixture . debugElement . styles [ 'transform' ] =
560- `translate3d( 0, ${ 0 - shiftDistance - testNotifierConfig . position . vertical . gap } px, 0 )` ; // Fake animation result
560+ `translate3d( 0, ${ - shiftDistance - testNotifierConfig . position . vertical . gap } px, 0 )` ; // Fake animation result
561561 resolve ( ) ;
562562 } )
563563 } ;
@@ -606,7 +606,7 @@ export function main(): void {
606606 tick ( ) ;
607607
608608 expect ( componentFixture . debugElement . styles [ 'transform' ] )
609- . toBe ( `translate3d( 0, ${ 0 + shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
609+ . toBe ( `translate3d( 0, ${ shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
610610 expect ( shiftCallback ) . toHaveBeenCalled ( ) ;
611611
612612 } ) ) ;
@@ -641,7 +641,7 @@ export function main(): void {
641641 return {
642642 finished : new Promise < undefined > ( ( resolve : ( ) => void , reject : ( ) => void ) => {
643643 componentFixture . debugElement . styles [ 'transform' ] =
644- `translate3d( 0, ${ 0 + shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ; // Fake animation result
644+ `translate3d( 0, ${ shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ; // Fake animation result
645645 resolve ( ) ;
646646 } )
647647 } ;
@@ -652,7 +652,7 @@ export function main(): void {
652652 tick ( ) ;
653653
654654 expect ( componentFixture . debugElement . styles [ 'transform' ] )
655- . toBe ( `translate3d( 0, ${ 0 + shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
655+ . toBe ( `translate3d( 0, ${ shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
656656 expect ( shiftCallback ) . toHaveBeenCalled ( ) ;
657657
658658 } ) ) ;
@@ -690,7 +690,7 @@ export function main(): void {
690690 tick ( ) ;
691691
692692 expect ( componentFixture . debugElement . styles [ 'transform' ] )
693- . toBe ( `translate3d( -50%, ${ 0 + shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
693+ . toBe ( `translate3d( -50%, ${ shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
694694 expect ( shiftCallback ) . toHaveBeenCalled ( ) ;
695695
696696 } ) ) ;
@@ -728,7 +728,7 @@ export function main(): void {
728728 return {
729729 finished : new Promise < undefined > ( ( resolve : ( ) => void , reject : ( ) => void ) => {
730730 componentFixture . debugElement . styles [ 'transform' ] =
731- `translate3d( -50%, ${ 0 + shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ; // Fake animation result
731+ `translate3d( -50%, ${ shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ; // Fake animation result
732732 resolve ( ) ;
733733 } )
734734 } ;
@@ -739,7 +739,7 @@ export function main(): void {
739739 tick ( ) ;
740740
741741 expect ( componentFixture . debugElement . styles [ 'transform' ] )
742- . toBe ( `translate3d( -50%, ${ 0 + shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
742+ . toBe ( `translate3d( -50%, ${ shiftDistance + testNotifierConfig . position . vertical . gap } px, 0 )` ) ;
743743 expect ( shiftCallback ) . toHaveBeenCalled ( ) ;
744744
745745 } ) ) ;
0 commit comments