From 5f44148e83bb0056b7a361dd6a1bf28d11f3116d Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 25 Jul 2024 15:30:28 +1000 Subject: chore: update to `std@2024.07.19` (#24715) --- tests/specs/future/runtime_api/worker.js | 2 +- tests/specs/future/unstable_flags/worker.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/specs/future') 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); diff --git a/tests/specs/future/unstable_flags/worker.js b/tests/specs/future/unstable_flags/worker.js index 36d35b7b2..eac42fe56 100644 --- a/tests/specs/future/unstable_flags/worker.js +++ b/tests/specs/future/unstable_flags/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); -- cgit v1.2.3