浏览代码

Remove .only from tests.

Maciej Gołaszewski 5 年之前
父节点
当前提交
09e045b119
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/tests/tableclipboard.js

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

@@ -14,7 +14,7 @@ import ViewDocumentFragment from '@ckeditor/ckeditor5-engine/src/view/documentfr
 import { stringify as stringifyView } from '@ckeditor/ckeditor5-engine/src/dev-utils/view';
 import TableClipboard from '../src/tableclipboard';
 
-describe.only( 'table clipboard', () => {
+describe( 'table clipboard', () => {
 	let editor, model, modelRoot, tableSelection, viewDocument;
 
 	beforeEach( async () => {