8
0
فهرست منبع

Removed `it.only()`.

Kamil Piechaczek 7 سال پیش
والد
کامیت
1bdf652385
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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>' ]
 			] ) );