Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed May 18, 2024
2 parents 6237002 + bc192be commit f17c37e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import * as Fuzzy from "./fuzzy.ts";
import * as Matcher from "./denops/@ddc-filters/matcher_fuzzy.ts";
import * as Sorter from "./denops/@ddc-filters/sorter_fuzzy.ts";
import * as Converter from "./denops/@ddc-filters/converter_fuzzy.ts";
import { assertEquals } from "https://deno.land/std@0.164.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.224.0/testing/asserts.ts";
import {
assertSpyCallArg,
stub,
} from "https://deno.land/std@0.164.0/testing/mock.ts";
import type { PumHighlight } from "https://deno.land/x/ddc_vim@v3.1.0/types.ts";
} from "https://deno.land/std@0.224.0/testing/mock.ts";
import type { PumHighlight } from "https://deno.land/x/ddc_vim@v5.0.0/types.ts";

const matcher = new Matcher.Filter();
const sorter = new Sorter.Filter();
Expand Down

0 comments on commit f17c37e

Please sign in to comment.