diff options
Diffstat (limited to 'tests/wpt/wpt.ts')
-rwxr-xr-x | tests/wpt/wpt.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/wpt.ts b/tests/wpt/wpt.ts index fe226d5bc..8879de133 100755 --- a/tests/wpt/wpt.ts +++ b/tests/wpt/wpt.ts @@ -32,9 +32,9 @@ import { updateManifest, wptreport, } from "./runner/utils.ts"; -import { pooledMap } from "@std/async/pool.ts"; -import { blue, bold, green, red, yellow } from "@std/fmt/colors.ts"; -import { writeAll, writeAllSync } from "@std/io/write_all.ts"; +import { pooledMap } from "@std/async/pool"; +import { blue, bold, green, red, yellow } from "@std/fmt/colors"; +import { writeAll, writeAllSync } from "@std/io/write-all"; import { saveExpectation } from "./runner/utils.ts"; class TestFilter { |