Преглед на файлове

Remove .only from tests.

Maciej Gołaszewski преди 6 години
родител
ревизия
8087afb849
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      packages/ckeditor5-block-quote/tests/integration.js

+ 2 - 2
packages/ckeditor5-block-quote/tests/integration.js

@@ -599,7 +599,7 @@ describe( 'BlockQuote integration', () => {
 			);
 		} );
 
-		it.only( 'wraps image+paragraph in table cell', () => {
+		it( 'wraps image+paragraph in table cell', () => {
 			setModelData( model,
 				'<table>' +
 					'<tableRow>' +
@@ -621,7 +621,7 @@ describe( 'BlockQuote integration', () => {
 			);
 		} );
 
-		it.only( 'unwraps image+paragraph in table cell', () => {
+		it( 'unwraps image+paragraph in table cell', () => {
 			setModelData( model,
 				'<table>' +
 					'<tableRow>' +