소스 검색

Remove .only from tests.

Maciej Gołaszewski 6 년 전
부모
커밋
61e00a66e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 () => {