summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/no_transpiled_lines
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/coverage/no_transpiled_lines')
-rw-r--r--cli/tests/testdata/coverage/no_transpiled_lines/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/coverage/no_transpiled_lines/index.ts b/cli/tests/testdata/coverage/no_transpiled_lines/index.ts
index d22b1673d..df25283cd 100644
--- a/cli/tests/testdata/coverage/no_transpiled_lines/index.ts
+++ b/cli/tests/testdata/coverage/no_transpiled_lines/index.ts
@@ -1,5 +1,5 @@
export {
assertStrictEquals,
-} from "https://deno.land/std@0.139.0/testing/asserts.ts";
+} from "../../../../../test_util/std/testing/asserts.ts";
export * from "./interface.ts";