feat: custom fragments support #188
Annotations
2 errors and 1 warning
Run Tests:
packages/client/src/actions/accountManager.test.ts#L82
AssertionError: expected { __typename: 'Account', …(1) } to match object { metadata: { name: 'Bruce Wayne' } }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "metadata": Object {
- "name": "Bruce Wayne",
- },
+ "__typename": "Account",
+ "address": "0x2eA0096cF17127b80a37995dBF774aEAb3432F0d",
}
❯ src/actions/accountManager.test.ts:82:23
|
Run Tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading