Parcourir la source

Tests: redundant comment removed.

Krzysztof Krztoń il y a 8 ans
Parent
commit
51ec8e3c60
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      packages/ckeditor5-typing/tests/input.js

+ 0 - 1
packages/ckeditor5-typing/tests/input.js

@@ -296,7 +296,6 @@ describe( 'Input feature', () => {
 		} );
 
 		it( 'should place non-collapsed selection after changing single character (composition)', () => {
-			// This test case emulates spellchecker correction.
 			editor.setData( '<p>Foo house</p>' );
 
 			const viewSelection = new ViewSelection();