Skip to content

Commit 67e5daa

Browse files
authored
Merge pull request #34 from vim-denops/automation/update-dependencies
chore: update @std/streams and @std/testing
2 parents b791e71 + f99e573 commit 67e5daa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conf_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
assertObjectMatch,
55
assertThrows,
66
} from "jsr:@std/assert@^1.0.0";
7-
import { stub } from "jsr:@std/testing@^0.225.3/mock";
7+
import { stub } from "jsr:@std/testing@^1.0.0/mock";
88
import { basename, isAbsolute } from "jsr:@std/path@^1.0.1";
99
import { _internal, getConfig } from "./conf.ts";
1010

runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { mergeReadableStreams } from "jsr:@std/streams@^0.224.5/merge-readable-streams";
1+
import { mergeReadableStreams } from "jsr:@std/streams@^1.0.0/merge-readable-streams";
22
import { is } from "jsr:@core/unknownutil@^4.0.0";
33
import { unreachable } from "jsr:@lambdalisue/errorutil@^1.0.0";
44
import { type Config, getConfig } from "./conf.ts";

stub_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertSpyCall, spy } from "jsr:@std/testing@^0.225.3/mock";
1+
import { assertSpyCall, spy } from "jsr:@std/testing@^1.0.0/mock";
22
import { assertEquals } from "jsr:@std/assert@^1.0.0";
33
import type { Denops } from "jsr:@denops/core@^7.0.0";
44
import { DenopsStub } from "./stub.ts";

with_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
assertFalse,
66
assertRejects,
77
} from "jsr:@std/assert@^1.0.0";
8-
import { assertSpyCalls, spy, stub } from "jsr:@std/testing@^0.225.3/mock";
8+
import { assertSpyCalls, spy, stub } from "jsr:@std/testing@^1.0.0/mock";
99
import type { Denops } from "jsr:@denops/core@^7.0.0";
1010
import { withDenops } from "./with.ts";
1111

0 commit comments

Comments
 (0)