@@ -472,6 +472,7 @@ See documentation: https://www.algolia.com/doc/api-reference/widgets/hierarchica
472
472
category : {
473
473
items : [ ] ,
474
474
refine : expect . any ( Function ) ,
475
+ canRefine : false ,
475
476
createURL : expect . any ( Function ) ,
476
477
sendEvent : expect . any ( Function ) ,
477
478
widgetParams : { attributes : [ 'category' , 'subCategory' ] } ,
@@ -543,6 +544,7 @@ See documentation: https://www.algolia.com/doc/api-reference/widgets/hierarchica
543
544
} ,
544
545
] ,
545
546
refine : expect . any ( Function ) ,
547
+ canRefine : true ,
546
548
createURL : expect . any ( Function ) ,
547
549
sendEvent : expect . any ( Function ) ,
548
550
widgetParams : { attributes : [ 'category' , 'subCategory' ] } ,
@@ -580,6 +582,7 @@ See documentation: https://www.algolia.com/doc/api-reference/widgets/hierarchica
580
582
) . toEqual ( {
581
583
items : [ ] ,
582
584
refine : expect . any ( Function ) ,
585
+ canRefine : false ,
583
586
sendEvent : expect . any ( Function ) ,
584
587
createURL : expect . any ( Function ) ,
585
588
widgetParams : { attributes : [ 'category' , 'subCategory' ] } ,
@@ -649,6 +652,7 @@ See documentation: https://www.algolia.com/doc/api-reference/widgets/hierarchica
649
652
} ,
650
653
] ,
651
654
refine : expect . any ( Function ) ,
655
+ canRefine : true ,
652
656
sendEvent : expect . any ( Function ) ,
653
657
createURL : expect . any ( Function ) ,
654
658
widgetParams : { attributes : [ 'category' , 'subCategory' ] } ,
0 commit comments