File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
assertObjectMatch ,
5
5
assertThrows ,
6
6
} 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" ;
8
8
import { basename , isAbsolute } from "jsr:@std/path@^1.0.1" ;
9
9
import { _internal , getConfig } from "./conf.ts" ;
10
10
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" ;
2
2
import { is } from "jsr:@core/unknownutil@^4.0.0" ;
3
3
import { unreachable } from "jsr:@lambdalisue/errorutil@^1.0.0" ;
4
4
import { 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" ;
2
2
import { assertEquals } from "jsr:@std/assert@^1.0.0" ;
3
3
import type { Denops } from "jsr:@denops/core@^7.0.0" ;
4
4
import { DenopsStub } from "./stub.ts" ;
Original file line number Diff line number Diff line change 5
5
assertFalse ,
6
6
assertRejects ,
7
7
} 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" ;
9
9
import type { Denops } from "jsr:@denops/core@^7.0.0" ;
10
10
import { withDenops } from "./with.ts" ;
11
11
You can’t perform that action at this time.
0 commit comments