diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-11-15 17:21:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 17:21:25 +0100 |
commit | 7aa8e9c0351eabe822916394942c576381a13c6c (patch) | |
tree | 189b0fe0ace7d49aa706be04755140a68f09b47b /cli/tests/testdata/coverage/no_transpiled_lines/index.ts | |
parent | c1cb4d6a8da52e69c10c5f4aabb79292d537347d (diff) |
test: don't use remote std for tests (#16631)
Diffstat (limited to 'cli/tests/testdata/coverage/no_transpiled_lines/index.ts')
-rw-r--r-- | cli/tests/testdata/coverage/no_transpiled_lines/index.ts | 2 |
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"; |