Explorar el Código

Made Karma complain less.

Piotrek Koszuliński hace 9 años
padre
commit
cb46eb28fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 		} );