浏览代码

Tests: redundant comment removed.

Krzysztof Krztoń 8 年之前
父节点
当前提交
51ec8e3c60
共有 1 个文件被更改,包括 0 次插入1 次删除
  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();