bun run prettier

This commit is contained in:
alii
2025-06-02 21:43:18 +00:00
committed by github-actions[bot]
parent f1a2cd04bd
commit 2d0ccf26c8

View File

@@ -1,5 +1,5 @@
import { test } from "node:test";
import assert from "node:assert";
import { test } from "node:test";
import { MessageChannel, receiveMessageOnPort, Worker } from "worker_threads";
test("MessagePort postMessage uses immediate C++ tasks correctly", async () => {