File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -475,13 +475,13 @@ describe('Picker i18n', () => {
475475 symbols : 'eight' ,
476476 flags : 'nine' ,
477477 custom : 'ten' ,
478- }
478+ } ,
479479 }
480480 let index = new EmojiIndex ( data )
481481 const picker = mount ( Picker , {
482482 propsData : {
483483 data : index ,
484- i18n : i18n ,
484+ i18n : i18n ,
485485 } ,
486486 } )
487487
@@ -518,7 +518,7 @@ describe('Picker i18n', () => {
518518 let categories = picker . findAllComponents ( Category )
519519 let searchCategory = categories . at ( 0 )
520520 expect ( searchCategory . find ( '.emoji-mart-category-label' ) . text ( ) ) . toBe (
521- 'My Search Results'
521+ 'My Search Results' ,
522522 )
523523 done ( )
524524 } )
@@ -534,14 +534,14 @@ describe('Picker i18n with reactive object', () => {
534534 search : 'My Search Results' ,
535535 recent : 'zero' ,
536536 smileys : 'one' ,
537- }
537+ } ,
538538 } )
539539
540540 let index = new EmojiIndex ( data )
541541 const picker = mount ( Picker , {
542542 propsData : {
543543 data : index ,
544- i18n : i18n ,
544+ i18n : i18n ,
545545 } ,
546546 } )
547547
@@ -556,5 +556,4 @@ describe('Picker i18n with reactive object', () => {
556556 expect ( categoryLabel ( 0 ) ) . toBe ( 'zero' )
557557 expect ( categoryLabel ( 1 ) ) . toBe ( 'one' )
558558 } )
559-
560559} )
You can’t perform that action at this time.
0 commit comments