@@ -48,7 +48,7 @@ ClassicEditor
'tableRow',
'mergeTableCells'
]
- },
+ }
} )
.then( editor => {
window.editor = editor;
@@ -113,7 +113,7 @@ describe( 'SpecialCharactersNavigationView', () => {
} ) )
.to.deep.equal( [
{ label: 'groupA', withText: true },
- { label: 'groupB', withText: true },
+ { label: 'groupB', withText: true }
] );
} );