File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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 { 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