[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-07-31 02:40:25 +00:00
committed by GitHub
parent 6d667b5f13
commit 49dff7d3f3
131 changed files with 2812 additions and 2838 deletions

View File

@@ -160,7 +160,7 @@ it("process.nextTick runs after queueMicrotask", async () => {
order,
runs,
}).toEqual({
"order": [
order: [
"process.nextTick 0",
"process.nextTick 1",
"process.nextTick 2",
@@ -562,7 +562,7 @@ it("process.nextTick runs after queueMicrotask", async () => {
"queueMicrotask 198",
"queueMicrotask 199",
],
"runs": [
runs: [
"nextTick",
"nextTick",
"nextTick",