@@ -6,30 +6,30 @@ export {
66 assertRejects ,
77 assertStrictEquals ,
88 assertThrows ,
9- } from "https://deno.land/std@0.192 .0/testing/asserts.ts" ;
9+ } from "https://deno.land/std@0.196 .0/testing/asserts.ts" ;
1010export {
1111 assertSpyCall ,
1212 assertSpyCalls ,
1313 spy ,
14- } from "https://deno.land/std@0.192 .0/testing/mock.ts" ;
15- export { assertSnapshot } from "https://deno.land/std@0.192 .0/testing/snapshot.ts" ;
16- export { describe , it } from "https://deno.land/std@0.192 .0/testing/bdd.ts" ;
14+ } from "https://deno.land/std@0.196 .0/testing/mock.ts" ;
15+ export { assertSnapshot } from "https://deno.land/std@0.196 .0/testing/snapshot.ts" ;
16+ export { describe , it } from "https://deno.land/std@0.196 .0/testing/bdd.ts" ;
1717export {
1818 assertType ,
1919 type IsExact ,
20- } from "https://deno.land/std@0.192 .0/testing/types.ts" ;
20+ } from "https://deno.land/std@0.196 .0/testing/types.ts" ;
2121export {
2222 bold ,
2323 red ,
2424 stripColor ,
25- } from "https://deno.land/std@0.192 .0/fmt/colors.ts" ;
26- export { dirname } from "https://deno.land/std@0.192 .0/path/mod.ts" ;
27- export { expandGlob } from "https://deno.land/std@0.192 .0/fs/expand_glob.ts" ;
28- export type { WalkEntry } from "https://deno.land/std@0.192 .0/fs/walk.ts" ;
29- export { copy } from "https://deno.land/std@0.192 .0/streams/copy.ts" ;
30- export { format } from "https://deno.land/std@0.192 .0/datetime/format.ts" ;
31- export { gt } from "https://deno.land/std@0.192 .0/semver/gt.ts" ;
32- export { lt } from "https://deno.land/std@0.192 .0/semver/lt.ts" ;
25+ } from "https://deno.land/std@0.196 .0/fmt/colors.ts" ;
26+ export { dirname } from "https://deno.land/std@0.196 .0/path/mod.ts" ;
27+ export { expandGlob } from "https://deno.land/std@0.196 .0/fs/expand_glob.ts" ;
28+ export type { WalkEntry } from "https://deno.land/std@0.196 .0/fs/walk.ts" ;
29+ export { copy } from "https://deno.land/std@0.196 .0/streams/copy.ts" ;
30+ export { format } from "https://deno.land/std@0.196 .0/datetime/format.ts" ;
31+ export { gt } from "https://deno.land/std@0.196 .0/semver/gt.ts" ;
32+ export { lt } from "https://deno.land/std@0.196 .0/semver/lt.ts" ;
3333
3434/* 3rd party */
3535export { default as sinon } from "https://cdn.skypack.dev/[email protected] ?dts" ;
0 commit comments