Przeglądaj źródła

Renamed `constructor` to `constructor()` in test.

Oskar Wrobel 9 lat temu
rodzic
commit
e2cc8ae7c4

+ 1 - 1
packages/ckeditor5-editor-classic/tests/classiceditoruiview.js

@@ -43,7 +43,7 @@ describe( 'ClassicEditorUIView', () => {
 		view.featureComponents.add( 'bar', viewCreator( 'bar' ) );
 		view.featureComponents.add( 'bar', viewCreator( 'bar' ) );
 	} );
 	} );
 
 
-	describe( 'constructor', () => {
+	describe( 'constructor()', () => {
 		describe( 'toolbar', () => {
 		describe( 'toolbar', () => {
 			it( 'creates toolbar', () => {
 			it( 'creates toolbar', () => {
 				expect( view.toolbar ).to.be.instanceof( StickyToolbarView );
 				expect( view.toolbar ).to.be.instanceof( StickyToolbarView );