File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import {
2626}  from  "./e2e.utils" ; 
2727import  {  MessageStatusValue ,  MessageTypeValue  }  from  "./e2e.values" ; 
2828import  {  JwtDictionaryModel ,  JwtSignedWithDigitalModel  }  from  "./e2e.models" ; 
29- import  jwts  from  "./jwt.json"  with  {  type : "json"  } ; 
29+ import  jwts  from  "./jwt.json"  assert  {  type : "json"  } ; 
3030
3131const  TestJwts  =  ( jwts  as  JwtDictionaryModel ) . byAlgorithm ; 
3232
Original file line number Diff line number Diff line change 1- export  const   enum  MessageTypeValue  { 
1+ export  enum  MessageTypeValue  { 
22  SUCCESS  =  "success" , 
33  WARNING  =  "warning" , 
44  ERROR  =  "error" , 
55} 
66
7- export  const   enum  MessageStatusValue  { 
7+ export  enum  MessageStatusValue  { 
88  VISIBLE  =  "visible" , 
99  NOT_VISIBLE  =  "not-visible" , 
1010} 
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515  getLang , 
1616  switchToEncoderTab , 
1717}  from  "./e2e.utils" ; 
18- import  jwts  from  "./jwt.json"  with  {  type : "json"  } ; 
18+ import  jwts  from  "./jwt.json"  assert  {  type : "json"  } ; 
1919import  { 
2020  JwtDictionaryModel , 
2121  JwtSignedWithDigitalModel , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments