Explorar o código

Remove .only from tests.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
61e00a66e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-table/tests/tableselection.js

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

@@ -13,7 +13,7 @@ import TableEditing from '../src/tableediting';
 import TableSelection from '../src/tableselection';
 import { modelTable, viewTable } from './_utils/utils';
 
-describe.only( 'table selection', () => {
+describe( 'table selection', () => {
 	let editor, model, tableSelection, modelRoot;
 
 	beforeEach( async () => {