8
0
Piotrek Koszuliński 9 лет назад
Родитель
Сommit
d141f8390f
1 измененных файлов с 1 добавлено и 1 удалено
  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;