Sfoglia il codice sorgente

Made Karma complain less.

Piotrek Koszuliński 9 anni fa
parent
commit
cb46eb28fc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-undo/tests/basecommand.js

+ 1 - 1
packages/ckeditor5-undo/tests/basecommand.js

@@ -22,7 +22,7 @@ afterEach( () => {
 } );
 
 describe( 'BaseCommand', () => {
-	describe( 'constructor', () => {
+	describe( 'constructor()', () => {
 		it( 'should create command with empty batch stack', () => {
 			expect( base._checkEnabled() ).to.be.false;
 		} );