Parcourir la source

Removed `.only()`

Maciej Bukowski il y a 6 ans
Parent
commit
f9ff1091bb

+ 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();