File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ describe('as', function() {
6363
6464 page . model . remove ( '_page.items' , 1 ) ;
6565
66- // templates.ts#L2342 not processing delete of property until nexttick
67- // https://github.com/derbyjs/derby/blob/master/src/templates/templates.ts#L2342-L2347
68- // unsure if this is a change since these were run in browser
6966 await nextTick ( ) ;
7067 expect ( page . nested . map ) . all . keys ( 'a' , 'c' ) ;
7168 expect ( page . nested . map . a ) . html ( '<li>A</li>' ) ;
@@ -118,9 +115,7 @@ describe('as', function() {
118115 expect ( fragment ) . html ( '<ul><li>A</li><li>B</li><li>C</li></ul>' ) ;
119116
120117 page . model . remove ( '_page.items' , 1 ) ;
121- // templates.ts#L2342 not processing delete of property until nexttick
122- // https://github.com/derbyjs/derby/blob/master/src/templates/templates.ts#L2342-L2347
123- // unsure if this is a change since these were run in browser
118+
124119 await nextTick ( ) ;
125120 expect ( page . nested . map ) . all . keys ( 'a' , 'c' ) ;
126121 expect ( page . nested . map . a ) . instanceof ( Item ) ;
You can’t perform that action at this time.
0 commit comments