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 {
26
26
} from "./e2e.utils" ;
27
27
import { MessageStatusValue , MessageTypeValue } from "./e2e.values" ;
28
28
import { JwtDictionaryModel , JwtSignedWithDigitalModel } from "./e2e.models" ;
29
- import jwts from "./jwt.json" with { type : "json" } ;
29
+ import jwts from "./jwt.json" assert { type : "json" } ;
30
30
31
31
const TestJwts = ( jwts as JwtDictionaryModel ) . byAlgorithm ;
32
32
Original file line number Diff line number Diff line change 1
- export const enum MessageTypeValue {
1
+ export enum MessageTypeValue {
2
2
SUCCESS = "success" ,
3
3
WARNING = "warning" ,
4
4
ERROR = "error" ,
5
5
}
6
6
7
- export const enum MessageStatusValue {
7
+ export enum MessageStatusValue {
8
8
VISIBLE = "visible" ,
9
9
NOT_VISIBLE = "not-visible" ,
10
10
}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
15
15
getLang ,
16
16
switchToEncoderTab ,
17
17
} from "./e2e.utils" ;
18
- import jwts from "./jwt.json" with { type : "json" } ;
18
+ import jwts from "./jwt.json" assert { type : "json" } ;
19
19
import {
20
20
JwtDictionaryModel ,
21
21
JwtSignedWithDigitalModel ,
You can’t perform that action at this time.
0 commit comments