release: rules, actions, sponsorships #299
pull-request.yml
on: pull_request
Verify
/
Lint
8s
Verify
/
Test
3m 17s
Annotations
2 errors
src/actions/posts.test.ts > Given the Post query actions > When invoking the 'fetchPost' action > Then it should not fail w/ a GQL BadRequest error:
packages/client/src/clients.ts#L52
InvariantError: Expected a value, got: [GraphQL] Query is too complex.
❯ Module.c ../types/src/helpers/invariant.ts:17:11
❯ takeValue src/clients.ts:52:3
❯ ResultAsync.<anonymous> ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:127:33
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:57
❯ __awaiter ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ ../../node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:123:60
❯ src/actions/posts.test.ts:12:22
|
Verify / Test
Process completed with exit code 1.
|