Преглед изворни кода

Updated tests – removed bender tags and CSS links.

Piotrek Koszuliński пре 9 година
родитељ
комит
ecc847d153

+ 0 - 2
packages/ckeditor5-core/tests/_utils-tests/classictesteditorui.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: editor, browser-only */
-
 import ComponentFactory from 'ckeditor5-ui/src/componentfactory';
 import FocusTracker from 'ckeditor5-utils/src/focustracker';
 import ClassicTestEditorUI from 'ckeditor5-core/tests/_utils/classictesteditorui';

+ 0 - 2
packages/ckeditor5-core/tests/editor/editor-base.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: editor */
-
 import Editor from 'ckeditor5-core/src/editor/editor';
 import Command from 'ckeditor5-core/src/command/command';
 import Locale from 'ckeditor5-utils/src/locale';

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

@@ -4,7 +4,6 @@
  */
 
 /* globals setTimeout */
-/* bender-tags: editor, browser-only */
 
 import Editor from 'ckeditor5-core/src/editor/editor';
 import Plugin from 'ckeditor5-core/src/plugin';

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

@@ -4,7 +4,6 @@
  */
 
 /* globals document */
-/* bender-tags: editor, browser-only */
 
 import StandardEditor from 'ckeditor5-core/src/editor/standardeditor';
 import HtmlDataProcessor from 'ckeditor5-engine/src/dataprocessor/htmldataprocessor';

+ 0 - 2
packages/ckeditor5-core/tests/keystrokehandler.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: browser-only */
-
 import VirtualTestEditor from 'ckeditor5-core/tests/_utils/virtualtesteditor';
 import KeystrokeHandler from 'ckeditor5-core/src/keystrokehandler';
 import { keyCodes } from 'ckeditor5-utils/src/keyboard';

+ 0 - 2
packages/ckeditor5-core/tests/plugincollection.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: browser-only */
-
 import testUtils from 'ckeditor5-core/tests/_utils/utils';
 import Editor from 'ckeditor5-core/src/editor/editor';
 import PluginCollection from 'ckeditor5-core/src/plugincollection';