diff options
Diffstat (limited to 'tests/specs/future/runtime_api/worker.js')
-rw-r--r-- | tests/specs/future/runtime_api/worker.js | 2 |
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 64b8e07b8..36d35b7b2 100644 --- a/tests/specs/future/runtime_api/worker.js +++ b/tests/specs/future/runtime_api/worker.js @@ -1,4 +1,4 @@ -import { delay } from "../../../util/std/async/delay.ts"; +import { delay } from "@std/async/delay.ts"; const worker = new Worker(import.meta.resolve("./main.js"), { type: "module" }); await delay(1_000); |