aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/bun-types/tests/worker.test-d.ts6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/bun-types/tests/worker.test-d.ts b/packages/bun-types/tests/worker.test-d.ts
index 78816c80d..604e0a501 100644
--- a/packages/bun-types/tests/worker.test-d.ts
+++ b/packages/bun-types/tests/worker.test-d.ts
@@ -23,10 +23,8 @@ worker.terminate();
// Bun.pathToFileURL
const _worker3 = new Worker(new URL("worker.ts", import.meta.url).href, {
- bun: {
- ref: true,
- smol: true,
- },
+ ref: true,
+ smol: true,
});
export { worker, _worker2, _worker3 };