eh that'll do for now

pull/10798/head
Rich Harris 2 years ago
parent 4474625ad0
commit a790092369

@ -20,7 +20,8 @@
export async function test() {
resolve_promise();
await Promise.resolve();
await tick();
await tick(); // TODO figure out why we need two ticks here
new_promise();
resolve_promise();
return tick();

Loading…
Cancel
Save