diff options
Diffstat (limited to 'cli/tests/testdata/coverage')
-rw-r--r-- | cli/tests/testdata/coverage/no_snaps_included/no_snaps_included_test.ts | 2 | ||||
-rw-r--r-- | cli/tests/testdata/coverage/no_transpiled_lines/index.ts | 2 |
2 files changed, 2 insertions, 2 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", () => { 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"; |