Explorar o código

Removed `it.only()`.

Kamil Piechaczek %!s(int64=7) %!d(string=hai) anos
pai
achega
1bdf652385
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-table/tests/table-integration.js

+ 1 - 1
packages/ckeditor5-table/tests/table-integration.js

@@ -80,7 +80,7 @@ describe( 'Table feature – integration', () => {
 			] ) );
 		} );
 
-		it.only( 'merges elements without throwing errors', () => {
+		it( 'merges elements without throwing errors', () => {
 			setModelData( editor.model, modelTable( [
 				[ '<blockQuote><paragraph>Foo</paragraph></blockQuote><paragraph>[]Bar</paragraph>' ]
 			] ) );