Skip to content

Commit

Permalink
Remove accidental commit of test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Mar 3, 2020
1 parent 1d96db3 commit d67a8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/dom-repeat.html
Original file line number Diff line number Diff line change
Expand Up @@ -4191,7 +4191,7 @@ <h4>x-repeat-limit</h4>

});

test.only('changing to/from initialCount=0', async () => {
test('changing to/from initialCount=0', async () => {
// Render all
chunked.items = chunked.preppedItems.slice();
let stamped = await waitUntilRendered(chunked.preppedItems.length);
Expand Down

0 comments on commit d67a8b5

Please sign in to comment.