Skip to content

Commit

Permalink
add setImmediate repro
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Jun 30, 2023
1 parent d6a5111 commit 4bce91a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/js/web/timers/process-setImmediate-fixture.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
setImmediate(() => {
console.log("setImmediate");
return {
a: 1,
b: 2,
c: 3,
d: 4,
};
});

0 comments on commit 4bce91a

Please sign in to comment.