Skip to content

Commit 0a1450a

Browse files
committed
📦 🌿 bump jsr:@std/assert to ^1.0.1
1 parent 510ae4f commit 0a1450a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/denops/testutil/mock_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import {
33
assertEquals,
44
assertInstanceOf,
55
assertRejects,
6-
} from "jsr:@std/assert@^0.225.2";
6+
} from "jsr:@std/assert@^1.0.1";
77
import { promiseState } from "jsr:@lambdalisue/async@^2.1.1";
88
import {
99
createFakeTcpConn,
1010
createFakeTcpListener,
1111
createFakeWorker,
1212
pendingPromise,
1313
} from "./mock.ts";
14-
import { assertThrows } from "jsr:@std/assert@^0.225.1/assert-throws";
14+
import { assertThrows } from "jsr:@std/assert@^1.0.1/throws";
1515
import {
1616
assertSpyCalls,
1717
resolvesNext,

0 commit comments

Comments
 (0)