Răsfoiți Sursa

Remove unnecessary comment.

Mateusz Samsel 6 ani în urmă
părinte
comite
750b71aa0e
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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();
 			wordCountPlugin._calculateWordsAndCharacters();
 
 
-			// There is \n between paragraph which has to be included into calculations
 			expect( container.innerText ).to.equal( 'Words: 5Characters: 23' );
 			expect( container.innerText ).to.equal( 'Words: 5Characters: 23' );
 		} );
 		} );