test: don't use remote std for tests (#16631)

This commit is contained in:
Bartek Iwańczuk 2022-11-15 17:21:25 +01:00 committed by GitHub
parent c1cb4d6a8d
commit 7aa8e9c035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -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";