@@ -1,5 +1,4 @@
{
- "browser": true,
"esnext": true,
"immed": true,
"loopfunc": true,
"expr": true,
@@ -3,6 +3,8 @@
* For licensing, see LICENSE.md.
*/
+/* globals document */
+
import StandardEditor from '/ckeditor5/core/editor/standardeditor.js';
import ClassicTestEditor from '/tests/core/_utils/classictesteditor.js';
import HtmlDataProcessor from '/ckeditor5/engine/dataprocessor/htmldataprocessor.js';
@@ -3,7 +3,7 @@
-/* global require, bender */
+/* globals require, bender, window */
import testUtils from '/tests/core/_utils/utils.js';
import moduleTestUtils from '/tests/core/_utils/module.js';
@@ -3,6 +3,7 @@
+/* globals setTimeout */
/* bender-tags: editor, browser-only */
import moduleUtils from '/tests/core/_utils/module.js';