feat: custom fragments support #188
pull-request.yml
on: pull_request
Verify
/
Lint
5s
Verify
/
Test
1m 28s
Annotations
2 errors and 2 warnings
src/actions/accountManager.test.ts > Given a new Lens Account > When invoking the 'enableSignless' action > Then it should be possible to perform social operations in a signless fashion (e.g., updating Account metadata):
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
|
Verify / Test
Process completed with exit code 1.
|
Verify / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Verify / Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|