aboutsummaryrefslogtreecommitdiff
path: root/sources/samples/toolbarconfigurator/tests/one.js
blob: 1d3837f5b1b52d3091f1015180fa4a10b5543ba1 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* global describe, it, expect, ToolbarConfigurator */

describe( 'Full toolbar configurator', function() {
	var FTE = ToolbarConfigurator.FullToolbarEditor;

	it( 'exists', function() {
		expect( FTE ).to.be.a( 'function' );
	} );
} );