feat(test): unit tests #5
Annotations
7 errors and 1 warning
Build:
node_modules/jsontokens/lib/decode.d.ts#L4
Property 'alg' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
|
Build:
node_modules/jsontokens/lib/decode.d.ts#L5
Property 'typ' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
|
Build:
node_modules/jsontokens/lib/decode.d.ts#L9
Property 'iss' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
|
Build:
node_modules/jsontokens/lib/decode.d.ts#L10
Property 'jti' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
|
Build:
node_modules/jsontokens/lib/decode.d.ts#L11
Property 'iat' of type 'string | number | undefined' is not assignable to 'string' index type 'Json'.
|
Build:
node_modules/jsontokens/lib/decode.d.ts#L12
Property 'exp' of type 'string | number | undefined' is not assignable to 'string' index type 'Json'.
|
Build
Process completed with exit code 2.
|
Lint:
src/main.tsx#L3
'Link' is defined but never used
|