Procházet zdrojové kódy

Made Karma complain less.

Piotrek Koszuliński před 9 roky
rodič
revize
d141f8390f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;