File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ;
88import { basename , isAbsolute } from "jsr:@std/path@^1.0.1" ;
99import { _internal , getConfig } from "./conf.ts" ;
1010
Original file line number Diff line number Diff line change 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" ;
22import { is } from "jsr:@core/unknownutil@^4.0.0" ;
33import { unreachable } from "jsr:@lambdalisue/errorutil@^1.0.0" ;
44import { type Config , getConfig } from "./conf.ts" ;
Original file line number Diff line number Diff line change 1- import { assertSpyCall , spy } from "jsr:@std/testing@^0.225.3 /mock" ;
1+ import { assertSpyCall , spy } from "jsr:@std/testing@^1.0.0 /mock" ;
22import { assertEquals } from "jsr:@std/assert@^1.0.0" ;
33import type { Denops } from "jsr:@denops/core@^7.0.0" ;
44import { DenopsStub } from "./stub.ts" ;
Original file line number Diff line number Diff line change 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" ;
99import type { Denops } from "jsr:@denops/core@^7.0.0" ;
1010import { withDenops } from "./with.ts" ;
1111
You can’t perform that action at this time.
0 commit comments