File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -605,8 +605,6 @@ describe('layout animation', function() {
605
605
{ layout : { 'xaxis.range' : [ 0 , 1 ] } } ,
606
606
{ frame : { redraw : true , duration : dur } , transition : { duration : dur } }
607
607
) . then ( function ( ) {
608
- // Something is delayed a single tick, it seems, so the redraw
609
- // isn't triggered until next tick:
610
608
expect ( redraws ) . toBe ( 1 ) ;
611
609
} ) . catch ( fail ) . then ( done ) ;
612
610
} ) ;
@@ -623,8 +621,6 @@ describe('layout animation', function() {
623
621
{ layout : { 'xaxis.range' : [ 0 , 1 ] } } ,
624
622
{ frame : { redraw : false , duration : dur } , transition : { duration : dur } }
625
623
) . then ( function ( ) {
626
- // Something is delayed a single tick, it seems, so the redraw
627
- // isn't triggered until next tick:
628
624
expect ( relayouts ) . toBe ( 1 ) ;
629
625
expect ( restyles ) . toBe ( 0 ) ;
630
626
expect ( redraws ) . toBe ( 0 ) ;
You can’t perform that action at this time.
0 commit comments