Преглед на файлове

Marked files that shuld not be tested under Node.js.

Szymon Kupś преди 9 години
родител
ревизия
2058323178
променени са 3 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 2 0
      packages/ckeditor5-undo/tests/undo.js
  2. 2 0
      packages/ckeditor5-undo/tests/undocommand.js
  3. 2 0
      packages/ckeditor5-undo/tests/undofeature.js

+ 2 - 0
packages/ckeditor5-undo/tests/undo.js

@@ -3,6 +3,8 @@
  * For licensing, see LICENSE.md.
  */
 
+/* bender-tags: browser-only */
+
 'use strict';
 
 import Editor from '/ckeditor5/editor.js';

+ 2 - 0
packages/ckeditor5-undo/tests/undocommand.js

@@ -3,6 +3,8 @@
  * For licensing, see LICENSE.md.
  */
 
+/* bender-tags: browser-only */
+
 'use strict';
 
 import Editor from '/ckeditor5/editor.js';

+ 2 - 0
packages/ckeditor5-undo/tests/undofeature.js

@@ -3,6 +3,8 @@
  * For licensing, see LICENSE.md.
  */
 
+/* bender-tags: browser-only */
+
 'use strict';
 
 import Editor from '/ckeditor5/editor.js';