Skip to content

Commit

Permalink
remove some Promise.resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 24, 2025
1 parent 79ae408 commit 08c3d6a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default test({
await Promise.resolve();
await Promise.resolve();
await Promise.resolve();
await Promise.resolve();
await tick();
assert.htmlEqual(target.innerHTML, '<p>84</p>');

Expand All @@ -44,7 +43,6 @@ export default test({
d.resolve(43);
await Promise.resolve();
await Promise.resolve();
await Promise.resolve();
await tick();
assert.htmlEqual(target.innerHTML, '<p>86</p>');

Expand Down

0 comments on commit 08c3d6a

Please sign in to comment.