瀏覽代碼

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>' ]
 			] ) );