summaryrefslogtreecommitdiff
path: root/tests/specs/future/runtime_api/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/future/runtime_api/worker.js')
-rw-r--r--tests/specs/future/runtime_api/worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/future/runtime_api/worker.js b/tests/specs/future/runtime_api/worker.js
index 36d35b7b2..eac42fe56 100644
--- a/tests/specs/future/runtime_api/worker.js
+++ b/tests/specs/future/runtime_api/worker.js
@@ -1,4 +1,4 @@
-import { delay } from "@std/async/delay.ts";
+import { delay } from "@std/async/delay";
const worker = new Worker(import.meta.resolve("./main.js"), { type: "module" });
await delay(1_000);