chore(deps): update dependency @types/node to v22.13.5 (#968) #767
Annotations
2 errors and 1 warning
pkg/accounts/service/authenticationTokenService.test.ts > AuthenticationTokenService > renew: if token is valid, it should return a new token:
pkg/accounts/service/authenticationTokenService.test.ts#L56
AssertionError: expected AssertionError: expected { accountName: '… { …(4) } to be null // Object.is equality
- Expected:
null
+ Received:
AssertionError {
"message": "expected { accountName: '628', …(3) } to not strictly equal { accountName: '628', …(3) }",
"actual": {
"accountName": "628",
"exp": 1740675585,
"iat": 1740674685,
"sub": "314",
},
"expected": {
"accountName": "628",
"exp": 1740675585,
"iat": 1740674685,
"sub": "314",
},
"showDiff": true,
"operator": "notDeepStrictEqual",
}
❯ pkg/accounts/service/authenticationTokenService.test.ts:56:17
|
build
Process completed with exit code 1.
|
build
Cache not found for keys: node-cache-Linux-x64-pnpm-ec0b977db086c52ce19a8bf9f86a8770cb36257c07ef3744a4a9ecfea28a79ec
|