8
0
Maciej Bukowski 6 лет назад
Родитель
Сommit
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();