瀏覽代碼

Added missing docs in tests.

Aleksander Nowodzinski 9 年之前
父節點
當前提交
e7e0e4b2b2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/ckeditor5-ui/tests/viewcollection.js

+ 1 - 0
packages/ckeditor5-ui/tests/viewcollection.js

@@ -71,6 +71,7 @@ describe( 'ViewCollection', () => {
 				expect( normalizeHtml( parentElement.outerHTML ) ).to.equal( '<p></p>' );
 			} );
 
+			// #145
 			it( 'always keeps the collection synchronized with DOM', () => {
 				const view = new View();
 				const viewA = getView( 'A' );