소스 검색

Removed `.only()`

Maciej Bukowski 6 년 전
부모
커밋
f9ff1091bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-core/tests/_utils-tests/classictesteditor.js

+ 1 - 1
packages/ckeditor5-core/tests/_utils-tests/classictesteditor.js

@@ -24,7 +24,7 @@ import { getData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
 import testUtils from '../../tests/_utils/utils';
 import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
 
-describe.only( 'ClassicTestEditor', () => {
+describe( 'ClassicTestEditor', () => {
 	let editorElement;
 
 	testUtils.createSinonSandbox();