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 510ae4f commit 0a1450aCopy full SHA for 0a1450a
tests/denops/testutil/mock_test.ts
@@ -3,15 +3,15 @@ import {
3
assertEquals,
4
assertInstanceOf,
5
assertRejects,
6
-} from "jsr:@std/assert@^0.225.2";
+} from "jsr:@std/assert@^1.0.1";
7
import { promiseState } from "jsr:@lambdalisue/async@^2.1.1";
8
import {
9
createFakeTcpConn,
10
createFakeTcpListener,
11
createFakeWorker,
12
pendingPromise,
13
} from "./mock.ts";
14
-import { assertThrows } from "jsr:@std/assert@^0.225.1/assert-throws";
+import { assertThrows } from "jsr:@std/assert@^1.0.1/throws";
15
16
assertSpyCalls,
17
resolvesNext,
0 commit comments