bootstrap 4 beta 2
Bootstrap 4 beta 2
This commit is contained in:
9
4 beta 2/ckeditor/samples/toolbarconfigurator/tests/one.js
Executable file
9
4 beta 2/ckeditor/samples/toolbarconfigurator/tests/one.js
Executable 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