chore(deps): update dependency vite to v6.4.1 [security] #992
pull-request.yml
on: pull_request
Verify
/
Lint
6s
Verify
/
Test
4m 19s
Annotations
6 errors
|
Verify / Test
Process completed with exit code 1.
|
|
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.595550000000001"
+ "3.5955500000000016"
❯ 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.5955500000000016"
+ "4.595550000000001"
❯ 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.595550000000001"
+ "3.5955500000000016"
❯ 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.5955500000000016"
+ "4.595550000000001"
❯ 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
|
|
packages/react/src/post/useCreatePost.test.ts > Given the useCreatePost hook > When creating a Post > Then it should return the newly created Post:
packages/react/src/post/useCreatePost.test.ts#L23
Error: Test timed out in 15000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ packages/react/src/post/useCreatePost.test.ts:23:5
|