Преглед на файлове

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' );