Selaa lähdekoodia

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

Szymon Kupś 9 vuotta sitten
vanhempi
commit
2058323178

+ 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';