/** * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ 'use strict'; import CKEDITOR from '/ckeditor.js'; describe( 'CKEDITOR', () => { it( 'is an object', () => { expect( CKEDITOR ).to.be.an( 'object' ); } ); } );