Browse Source

Removed `.only()`

Maciej Bukowski 6 years ago
parent
commit
f9ff1091bb
1 changed files with 1 additions and 1 deletions
  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();