Skip to content

Commit d67a8b5

Browse files
committed
Remove accidental commit of test.only
1 parent 1d96db3 commit d67a8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/dom-repeat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4191,7 +4191,7 @@ <h4>x-repeat-limit</h4>
41914191

41924192
});
41934193

4194-
test.only('changing to/from initialCount=0', async () => {
4194+
test('changing to/from initialCount=0', async () => {
41954195
// Render all
41964196
chunked.items = chunked.preppedItems.slice();
41974197
let stamped = await waitUntilRendered(chunked.preppedItems.length);

0 commit comments

Comments
 (0)