Selaa lähdekoodia

Made Karma complain less.

Piotrek Koszuliński 9 vuotta sitten
vanhempi
commit
d141f8390f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;