File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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.224 .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.224 .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.224 .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.4 /mod.ts" ; 
66
77  assertEquals ( apply ( url ) ,  "https://deno.land/x/cliffy/mod.ts" ) ;  // i-deno-outdated 
88} ) ; 
99
1010Deno . test ( "Removal works (esm.sh)" ,  ( )  =>  { 
11-   const  url  =  "https://esm.sh/react@18.2.0 " ; 
11+   const  url  =  "https://esm.sh/react@18.3.1 " ; 
1212
1313  assertEquals ( apply ( url ) ,  "https://esm.sh/react" ) ;  // i-deno-outdated 
1414} ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments