Code style in tests.

parent 4c50ec1a
......@@ -3,6 +3,9 @@
* For licensing, see LICENSE.md.
*/
/* eslint-env commonjs */
/* globals window, document, console */
const DecoupledEditor = require( '../../build/ckeditor' );
DecoupledEditor.create( document.querySelector( '#editor' ) )
......
......@@ -3,6 +3,8 @@
* For licensing, see LICENSE.md.
*/
/* globals window, document, console */
import DecoupledEditor from '../../build/ckeditor';
DecoupledEditor.create( document.querySelector( '#editor' ) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment