Explorar el Código

Made Karma complain less.

Piotrek Koszuliński hace 9 años
padre
commit
d141f8390f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-list/tests/listcommand.js

+ 1 - 1
packages/ckeditor5-list/tests/listcommand.js

@@ -48,7 +48,7 @@ afterEach( () => {
 } );
 
 describe( 'ListCommand', () => {
-	describe( 'constructor', () => {
+	describe( 'constructor()', () => {
 		it( 'should create list command with given type and value set to false', () => {
 			expect( command.type ).to.equal( 'bulleted' );
 			expect( command.value ).to.be.false;