fix: Remove duplicated Parameters from core doc in react useWaitForTr… #929
Annotations
5 errors and 1 warning
|
Run tests:
packages/core/src/actions/getBalance.test.ts#L23
Error: Snapshot `default 1` mismatched
- Expected
+ Received
{
"decimals": 18,
- "formatted": "10000",
+ "formatted": "9999.997934385343786198",
"symbol": "ETH",
- "value": 10000000000000000000000n,
+ "value": 9999997934385343786198n,
}
❯ packages/core/src/actions/getBalance.test.ts:23:3
|
Run tests:
packages/core/src/actions/getBalance.test.ts#L23
Error: toMatchInlineSnapshot cannot be called multiple times at the same location.
❯ packages/core/src/actions/getBalance.test.ts:23:3
|
Run tests:
packages/core/src/actions/getBalance.test.ts#L23
Error: toMatchInlineSnapshot cannot be called multiple times at the same location.
❯ packages/core/src/actions/getBalance.test.ts:23:3
|
Run tests:
packages/core/src/actions/getBalance.test.ts#L23
Error: toMatchInlineSnapshot cannot be called multiple times at the same location.
❯ packages/core/src/actions/getBalance.test.ts:23:3
|
Run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Loading