Skip to content

Commit 815a2fa

Browse files
committed
📦 Upgrade dependencies
1 parent 4071083 commit 815a2fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

is_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import {
22
assertEquals,
33
assertStrictEquals,
4-
} from "https://deno.land/std@0.200.0/testing/asserts.ts";
4+
} from "https://deno.land/std@0.202.0/assert/mod.ts";
55
import type {
66
AssertTrue,
77
IsExact,
8-
} from "https://deno.land/std@0.200.0/testing/types.ts";
8+
} from "https://deno.land/std@0.202.0/testing/types.ts";
99
import is, {
1010
isAllOf,
1111
isArray,

util_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
assertStrictEquals,
33
assertThrows,
4-
} from "https://deno.land/std@0.200.0/testing/asserts.ts";
4+
} from "https://deno.land/std@0.202.0/assert/mod.ts";
55
import {
66
assert,
77
AssertError,

0 commit comments

Comments
 (0)