Browse Source

Made Karma complain less.

Piotrek Koszuliński 9 years ago
parent
commit
cb46eb28fc
1 changed files with 1 additions and 1 deletions
  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( 'BaseCommand', () => {
-	describe( 'constructor', () => {
+	describe( 'constructor()', () => {
 		it( 'should create command with empty batch stack', () => {
 		it( 'should create command with empty batch stack', () => {
 			expect( base._checkEnabled() ).to.be.false;
 			expect( base._checkEnabled() ).to.be.false;
 		} );
 		} );