Ver Fonte

Fix dangling comma.

Maciej Gołaszewski há 6 anos atrás
pai
commit
79400f313c

+ 1 - 1
packages/ckeditor5-special-characters/tests/manual/specialcharacters.js

@@ -48,7 +48,7 @@ ClassicEditor
 				'tableRow',
 				'tableRow',
 				'mergeTableCells'
 				'mergeTableCells'
 			]
 			]
-		},
+		}
 	} )
 	} )
 	.then( editor => {
 	.then( editor => {
 		window.editor = editor;
 		window.editor = editor;

+ 1 - 1
packages/ckeditor5-special-characters/tests/ui/specialcharactersnavigationview.js

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