chore(deps): update dependency happy-dom to v20 [security] #995
pull-request.yml
on: pull_request
Verify
/
Lint
5s
Verify
/
Test
4m 41s
Annotations
6 errors
|
Verify / Test
Process completed with exit code 1.
|
|
packages/client/src/actions/onboarding.e2e.ts > Given a new user > When testing the onboarding flow using a custom Namespace with payment rule > Then it should work as expected:
packages/client/src/actions/onboarding.e2e.ts#L110
InvariantError: Value should not be null or undefined
❯ J packages/types/src/helpers/refinements.ts:8:11
❯ ResultAsync.<anonymous> node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ packages/client/src/actions/onboarding.e2e.ts:110:24
|
|
packages/client/src/actions/funds.e2e.ts > Given a Lens Account > When managing Account funds > Then it should be possible to withdraw native tokens via the 'withdraw' action:
packages/client/src/actions/funds.e2e.ts#L248
AssertionError: expected Big{ s: 1, e: +0, …(2) } to deeply equal Big{ s: 1, e: +0, …(2) }
- Expected
+ Received
- "3.605400000000001"
+ "4.605400000000001"
❯ packages/client/src/actions/funds.e2e.ts:248:40
❯ retryBalanceCheck packages/client/src/actions/funds.e2e.ts:53:7
❯ packages/client/src/actions/funds.e2e.ts:247:9
|
|
packages/client/src/actions/funds.e2e.ts > Given a Lens Account > When managing Account funds > Then it should be possible to unwrap wrapped native tokens via the 'unwrapTokens' action:
packages/client/src/actions/funds.e2e.ts#L230
AssertionError: expected Big{ s: 1, e: +0, …(2) } to deeply equal Big{ s: 1, e: +0, …(2) }
- Expected
+ Received
- "4.6054000000000017"
+ "4.605400000000001"
❯ packages/client/src/actions/funds.e2e.ts:230:40
❯ retryBalanceCheck packages/client/src/actions/funds.e2e.ts:53:7
❯ packages/client/src/actions/funds.e2e.ts:229:9
|
|
packages/client/src/actions/funds.e2e.ts > Given a Lens Account > When managing Account funds > Then it should be possible to wrap native tokens via the 'wrapTokens' action:
packages/client/src/actions/funds.e2e.ts#L173
AssertionError: expected Big{ s: 1, e: +0, …(2) } to deeply equal Big{ s: 1, e: +0, …(2) }
- Expected
+ Received
- "3.605400000000001"
+ "3.6054000000000017"
❯ packages/client/src/actions/funds.e2e.ts:173:40
❯ retryBalanceCheck packages/client/src/actions/funds.e2e.ts:53:7
❯ packages/client/src/actions/funds.e2e.ts:172:9
|
|
packages/client/src/actions/funds.e2e.ts > Given a Lens Account > When managing Account funds > Then it should be possible to deposit native tokens via the 'deposit' action:
packages/client/src/actions/funds.e2e.ts#L156
AssertionError: expected Big{ s: 1, e: +0, …(2) } to deeply equal Big{ s: 1, e: +0, …(2) }
- Expected
+ Received
- "4.6054000000000017"
+ "4.605400000000001"
❯ packages/client/src/actions/funds.e2e.ts:156:40
❯ retryBalanceCheck packages/client/src/actions/funds.e2e.ts:53:7
❯ packages/client/src/actions/funds.e2e.ts:155:9
|