Feat/profile drawer #1296
QA.yaml
on: pull_request
Tests
1m 18s
ESLint
43s
TypeScript
1m 25s
Prettier
37s
Unused Files, Deps, Exports
30s
E2E
0s
Annotations
9 errors and 5 warnings
src/hooks/tests/useTotalBalance.test.tsx > useTotalBalance > calculates and formats total balance correctly:
apps/evm/src/hooks/tests/useTotalBalance.test.tsx#L98
AssertionError: expected Big{ s: 1, e: 3, c: [ 7 ], …(1) } to deeply equal Big{ s: 1, e: 3, c: [ 3, 5 ], …(1) }
- Expected
+ Received
- "3500"
+ "7000"
❯ src/hooks/tests/useTotalBalance.test.tsx:98:35
|
src/hooks/tests/useTotalBalance.test.tsx > useTotalBalance > calculates balance when BTC is missing:
apps/evm/src/hooks/tests/useTotalBalance.test.tsx#L172
AssertionError: expected Big{ s: 1, e: 3, c: [ 4 ], …(1) } to deeply equal Big{ s: 1, e: 3, c: [ 2 ], …(1) }
- Expected
+ Received
- "2000"
+ "4000"
❯ src/hooks/tests/useTotalBalance.test.tsx:172:35
|
Tests
Process completed with exit code 1.
|
TypeScript
Expected 0 arguments, but got 1.
|
TypeScript
Expected 0 arguments, but got 1.
|
TypeScript
Expected 0 arguments, but got 1.
|
TypeScript
Expected 0 arguments, but got 1.
|
TypeScript
bob-evm#typecheck: command (/home/runner/work/ui/ui/apps/evm) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
TypeScript
Process completed with exit code 2.
|
Unused Files, Deps, Exports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ESLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
TypeScript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|