new ckeditor
New ckeditor
This commit is contained in:
9
ckeditor/samples/toolbarconfigurator/tests/one.js
Normal file
9
ckeditor/samples/toolbarconfigurator/tests/one.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/* global describe, it, expect, ToolbarConfigurator */
|
||||
|
||||
describe( 'Full toolbar configurator', function() {
|
||||
var FTE = ToolbarConfigurator.FullToolbarEditor;
|
||||
|
||||
it( 'exists', function() {
|
||||
expect( FTE ).to.be.a( 'function' );
|
||||
} );
|
||||
} );
|
||||
Reference in New Issue
Block a user