File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 44
55echo  " Using $( deno --version |  head -1) " 
66
7- deno run --allow-read --allow-net --allow-env --import-map tap/import_map.json --no-npm  tap/run-deno.ts
7+ deno run --allow-read --allow-net --allow-env --import-map tap/import_map.json tap/run-deno.ts
Original file line number Diff line number Diff line change 11{
22  "imports" : {
3-     "oauth4webapi" : " ../node_modules/oauth4webapi/build/index.js" 
4-     "jose" : " ../node_modules/jose/dist/webapi/index.js" 
5-     "jose/errors" : " ../node_modules/jose/dist/webapi/util/errors.js" 
6-     "qunit" : " ../node_modules/qunit/qunit/qunit.js" 
73    "../src/index.js" : " ../src/index.ts" 
84    "./end2end-client-credentials.js" : " ./end2end-client-credentials.ts" 
95    "./end2end-device-code.js" : " ./end2end-device-code.ts" 
Original file line number Diff line number Diff line change 1- import  'qunit' 
1+ import  QUnit   from   'qunit' 
22import  run  from  './run.js' 
33
44run ( QUnit ,  ( stats )  =>  { 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments