Skip to content

Commit f99e573

Browse files
chore: bump @std/testing from ^0.225.3 to ^1.0.0
1 parent dc8e096 commit f99e573

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conf_test.ts

+1-1
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

stub_test.ts

+1-1
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

+1-1
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)