Przeglądaj źródła

Remove unnecessary comment.

Mateusz Samsel 6 lat temu
rodzic
commit
750b71aa0e
1 zmienionych plików z 0 dodań i 1 usunięć
  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' );
 		} );