8
0
Mateusz Samsel 6 лет назад
Родитель
Сommit
750b71aa0e
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/ckeditor5-word-count/tests/wordcount.js

+ 0 - 1
packages/ckeditor5-word-count/tests/wordcount.js

@@ -160,7 +160,6 @@ describe( 'WordCount', () => {
 
 			wordCountPlugin._calculateWordsAndCharacters();
 
-			// There is \n between paragraph which has to be included into calculations
 			expect( container.innerText ).to.equal( 'Words: 5Characters: 23' );
 		} );