summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/no_snaps_included
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-11-15 17:21:25 +0100
committerGitHub <noreply@github.com>2022-11-15 17:21:25 +0100
commit7aa8e9c0351eabe822916394942c576381a13c6c (patch)
tree189b0fe0ace7d49aa706be04755140a68f09b47b /cli/tests/testdata/coverage/no_snaps_included
parentc1cb4d6a8da52e69c10c5f4aabb79292d537347d (diff)
test: don't use remote std for tests (#16631)
Diffstat (limited to 'cli/tests/testdata/coverage/no_snaps_included')
-rw-r--r--cli/tests/testdata/coverage/no_snaps_included/no_snaps_included_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/coverage/no_snaps_included/no_snaps_included_test.ts b/cli/tests/testdata/coverage/no_snaps_included/no_snaps_included_test.ts
index 6dd92c235..e1f99ed9b 100644
--- a/cli/tests/testdata/coverage/no_snaps_included/no_snaps_included_test.ts
+++ b/cli/tests/testdata/coverage/no_snaps_included/no_snaps_included_test.ts
@@ -1,4 +1,4 @@
-import { assertSnapshot } from "https://deno.land/std@0.136.0/testing/snapshot.ts";
+import { assertSnapshot } from "../../../../../test_util/std/testing/snapshot.ts";
import { truth } from "./no_snaps_included.ts";
Deno.test("the truth", () => {