We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4071083 commit 815a2faCopy full SHA for 815a2fa
is_test.ts
@@ -1,11 +1,11 @@
1
import {
2
assertEquals,
3
assertStrictEquals,
4
-} from "https://deno.land/std@0.200.0/testing/asserts.ts";
+} from "https://deno.land/std@0.202.0/assert/mod.ts";
5
import type {
6
AssertTrue,
7
IsExact,
8
-} from "https://deno.land/std@0.200.0/testing/types.ts";
+} from "https://deno.land/std@0.202.0/testing/types.ts";
9
import is, {
10
isAllOf,
11
isArray,
util_test.ts
@@ -1,7 +1,7 @@
assertThrows,
assert,
AssertError,
0 commit comments