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 @@ -95,7 +95,7 @@ describe('Bar.supplyDefaults', function() {
9595 expect ( traceOut . texfont ) . toBeUndefined ( ) ;
9696 expect ( traceOut . insidetexfont ) . toBeUndefined ( ) ;
9797 expect ( traceOut . outsidetexfont ) . toBeUndefined ( ) ;
98- expect ( traceOut . constraintext ) . toBeUndefined ( ) ;
98+ expect ( traceOut . constraintext ) . toBe ( ) ;
9999 } ) ;
100100
101101 it ( 'should default textfont to layout.font' , function ( ) {
@@ -117,7 +117,7 @@ describe('Bar.supplyDefaults', function() {
117117 expect ( traceOut . insidetextfont ) . not . toBe ( layout . font ) ;
118118 expect ( traceOut . insidetextfont ) . not . toBe ( traceOut . textfont ) ;
119119 expect ( traceOut . outsidetexfont ) . toBeUndefined ( ) ;
120- expect ( traceOut . constraintext ) . toBeUndefined ( ) ;
120+ expect ( traceOut . constraintext ) . toBe ( 'both' ) ;
121121 } ) ;
122122
123123 it ( 'should inherit layout.calendar' , function ( ) {
You can’t perform that action at this time.
0 commit comments