8
0
Aleksander Nowodzinski 9 лет назад
Родитель
Сommit
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' );