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() {
95
95
expect ( traceOut . texfont ) . toBeUndefined ( ) ;
96
96
expect ( traceOut . insidetexfont ) . toBeUndefined ( ) ;
97
97
expect ( traceOut . outsidetexfont ) . toBeUndefined ( ) ;
98
- expect ( traceOut . constraintext ) . toBeUndefined ( ) ;
98
+ expect ( traceOut . constraintext ) . toBe ( ) ;
99
99
} ) ;
100
100
101
101
it ( 'should default textfont to layout.font' , function ( ) {
@@ -117,7 +117,7 @@ describe('Bar.supplyDefaults', function() {
117
117
expect ( traceOut . insidetextfont ) . not . toBe ( layout . font ) ;
118
118
expect ( traceOut . insidetextfont ) . not . toBe ( traceOut . textfont ) ;
119
119
expect ( traceOut . outsidetexfont ) . toBeUndefined ( ) ;
120
- expect ( traceOut . constraintext ) . toBeUndefined ( ) ;
120
+ expect ( traceOut . constraintext ) . toBe ( 'both' ) ;
121
121
} ) ;
122
122
123
123
it ( 'should inherit layout.calendar' , function ( ) {
You can’t perform that action at this time.
0 commit comments