Skip to content

Commit 4f56973

Browse files
chore: bump @std/testing from 1.0.9 to 1.0.10
1 parent 2830bb6 commit 4f56973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as Matcher from "./denops/@ddc-filters/matcher_fuzzy.ts";
33
import * as Sorter from "./denops/@ddc-filters/sorter_fuzzy.ts";
44
import * as Converter from "./denops/@ddc-filters/converter_fuzzy.ts";
55
import { assertEquals } from "jsr:@std/[email protected]";
6-
import { assertSpyCallArg, stub } from "jsr:@std/[email protected].9/mock";
6+
import { assertSpyCallArg, stub } from "jsr:@std/[email protected].10/mock";
77
import type { PumHighlight } from "jsr:@shougo/[email protected]/types";
88

99
const matcher = new Matcher.Filter();

0 commit comments

Comments
 (0)