From f248050cb467eaed8d65428b8808254e26797cc5 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 25 Jul 2024 10:26:54 +1000 Subject: chore: use `@std` prefix for internal module specifiers (#24543) This change aims to replace all relative import specifiers targeted at `tests/util/std` with mapped ones (using a `deno.json` file). Towards updating the `std` git submodule. --- tests/testdata/coverage/no_transpiled_lines/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testdata/coverage/no_transpiled_lines') diff --git a/tests/testdata/coverage/no_transpiled_lines/index.ts b/tests/testdata/coverage/no_transpiled_lines/index.ts index 27b2dd758..5cda523fb 100644 --- a/tests/testdata/coverage/no_transpiled_lines/index.ts +++ b/tests/testdata/coverage/no_transpiled_lines/index.ts @@ -1,3 +1,3 @@ -export { assertStrictEquals } from "../../../../tests/util/std/assert/mod.ts"; +export { assertStrictEquals } from "@std/assert/mod.ts"; export * from "./interface.ts"; -- cgit v1.2.3