mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 14:11:14 +00:00
test: don't use remote std for tests (#16631)
This commit is contained in:
parent
c1cb4d6a8d
commit
7aa8e9c035
3 changed files with 5 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue