Skip to content

Commit edadda8

Browse files
committed
Remove comment
1 parent 2acfd62 commit edadda8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/dom/as.mocha.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)