File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- import { Command } from "https://deno.land/x/cliffy@v0.25.7 /command/mod.ts" ;
2- import { basename , join } from "https://deno.land/std@0.192 .0/path/mod.ts" ;
1+ import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.3 /command/mod.ts" ;
2+ import { basename , join } from "https://deno.land/std@0.220 .0/path/mod.ts" ;
33import { findAndReplace } from "./change.ts" ;
44
55/**
Original file line number Diff line number Diff line change 55 assert ,
66 assertEquals ,
77 assertNotEquals ,
8- } from "https://deno.land/std@0.192 .0/testing/asserts.ts" ;
8+ } from "https://deno.land/std@0.220 .0/testing/asserts.ts" ;
99
1010Deno . test ( "Source code translation works" , async ( ) => {
1111 const source = "const x = 'https://deno.land/std@0.146.0/testing/asserts.ts'" ; // i-deno-outdated
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { checkRedirect } from "../redirect.ts";
22import {
33 assertEquals ,
44 assertNotEquals ,
5- } from "https://deno.land/std@0.192 .0/testing/asserts.ts" ;
5+ } from "https://deno.land/std@0.220 .0/testing/asserts.ts" ;
66
77Deno . test ( "Redirects redirect to another URL (against deno.land/x)" , async ( ) => {
88 const redirect = await checkRedirect ( "https://deno.land/x/cliffy/mod.ts" ) ; // i-deno-outdated
Original file line number Diff line number Diff line change 11import { apply } from "../regex.ts" ;
2- import { assertEquals } from "https://deno.land/std@0.192 .0/testing/asserts.ts" ;
2+ import { assertEquals } from "https://deno.land/std@0.220 .0/testing/asserts.ts" ;
33
44Deno . test ( "Removal works (deno.land/x)" , ( ) => {
5- const url = "https://deno.land/x/cliffy@v0.25.7 /mod.ts" ;
5+ const url = "https://deno.land/x/cliffy@v1.0.0-rc.3 /mod.ts" ;
66
77 assertEquals ( apply ( url ) , "https://deno.land/x/cliffy/mod.ts" ) ; // i-deno-outdated
88} ) ;
You can’t perform that action at this time.
0 commit comments