Skip to content

Commit

Permalink
Use jsr instead of https import
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Sep 23, 2024
1 parent 77f8122 commit c31f6d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ 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 "jsr:@std/assert@1.0.3";
import {
assertSpyCallArg,
stub,
} from "https://deno.land/std@0.224.0/testing/mock.ts";
import { assertSpyCallArg, stub } from "jsr:@std/testing@1.0.2/mock";
import type { PumHighlight } from "jsr:@shougo/ddc-vim@7.0.0/types";

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

0 comments on commit c31f6d2

Please sign in to comment.