File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,6 @@ describe("pat-inject", function () {
322322            const  test1_config_text  =  el 
323323                . querySelector ( ".test1" ) 
324324                . getAttribute ( "data-pat-inject" ) ; 
325-             console . log ( test1_config_text ) ; 
326325            const  test1_config  =  JSON . parse ( test1_config_text ) ; 
327326            expect ( test1_config . url ) . toEqual ( "https://example.com/test/./index.html" ) ;  // prettier-ignore 
328327
@@ -369,7 +368,6 @@ describe("pat-inject", function () {
369368            const  test1_config_text  =  el 
370369                . querySelector ( ".test1" ) 
371370                . getAttribute ( "data-pat-inject" ) ; 
372-             console . log ( test1_config_text ) ; 
373371            const  test1_config  =  JSON . parse ( test1_config_text ) ; 
374372
375373            expect ( test1_config . length ) . toBe ( 3 ) ; 
@@ -397,7 +395,6 @@ describe("pat-inject", function () {
397395            const  test_config_text  =  el 
398396                . querySelector ( "#test" ) 
399397                . getAttribute ( "data-pat-calendar" ) ; 
400-             console . log ( test_config_text ) ; 
401398            const  test_config  =  JSON . parse ( test_config_text ) ; 
402399            expect ( test_config . url ) . toEqual ( "" ) ; 
403400            expect ( test_config [ "event-sources" ] ) . toEqual ( [ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments