Fix/issues 281 282 283 287 - #414
Merged
Austinaminu2 merged 4 commits intoJul 26, 2026
Merged
Annotations
6 errors and 1 warning
|
Run npm test
Process completed with exit code 1.
|
|
Run npm test:
__tests__/lib/receipt-utils.test.ts#L69
AssertionError: expected '1,000' to contain '1000'
Expected: "1000"
Received: "1,000"
❯ __tests__/lib/receipt-utils.test.ts:69:33
|
|
Run npm test:
__tests__/lib/error-messages.test.ts#L252
AssertionError: expected 'Transaction failed' to be 'Invalid stream amount' // Object.is equality
Expected: "Invalid stream amount"
Received: "Transaction failed"
❯ __tests__/lib/error-messages.test.ts:252:28
|
|
Run npm test:
__tests__/hooks/use-token-price.test.ts#L74
AssertionError: expected null to be +0 // Object.is equality
- Expected:
0
+ Received:
null
❯ __tests__/hooks/use-token-price.test.ts:74:37
|
|
Run npm test:
__tests__/hooks/use-contract.test.ts#L158
AssertionError: the given combination of arguments (null and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string
❯ __tests__/hooks/use-contract.test.ts:158:34
|
|
Run npm test:
__tests__/hooks/use-contract.test.ts#L133
AssertionError: the given combination of arguments (null and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string
❯ __tests__/hooks/use-contract.test.ts:133:34
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading