8
0
Просмотр исходного кода

Tests: Removed mistakenly added .only().

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
3c181c0b49
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-core/tests/editor/standardeditor.js

+ 1 - 1
packages/ckeditor5-core/tests/editor/standardeditor.js

@@ -14,7 +14,7 @@ import EditingController from '@ckeditor/ckeditor5-engine/src/controller/editing
 import EditingKeystrokeHandler from '../../src/editingkeystrokehandler';
 import Plugin from '../../src/plugin';
 
-describe.only( 'StandardEditor', () => {
+describe( 'StandardEditor', () => {
 	let editorElement;
 
 	beforeEach( () => {