Skip to content

test(nestjs-gateway): restore integration coverage - #420

Merged
TorinAsakura merged 3 commits into
masterfrom
test/nestjs-gateway-integration-coverage
Jul 1, 2026
Merged

test(nestjs-gateway): restore integration coverage#420
TorinAsakura merged 3 commits into
masterfrom
test/nestjs-gateway-integration-coverage

Conversation

@TorinAsakura

@TorinAsakura TorinAsakura commented Jul 1, 2026

Copy link
Copy Markdown
Member

Task

How to verify

Main scenario

  1. Context: gateway package integration contour
    Action: run integration tests for the package
    Expected result: GraphQL HTTP requests and websocket subscriptions pass in a non-empty suite

Additional scenario

  1. Context: gateway package local validation
    Action: run package lint, typecheck, unit tests, build, and diff check
    Expected result: all checks pass

Proofs

  • Local verification
mise x node@22.22.3 -- yarn format packages/nestjs-gateway
mise x node@22.22.3 -- yarn lint packages/nestjs-gateway
mise x node@22.22.3 -- yarn typecheck packages/nestjs-gateway
mise x node@22.22.3 -- yarn test integration packages/nestjs-gateway
mise x node@22.22.3 -- yarn test unit packages/nestjs-gateway
mise x node@22.22.3 -- yarn workspace @atls/nestjs-gateway build
git diff --check

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cd0bcbdcc3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/nestjs-gateway/integration/gateway.test.ts Outdated
Comment thread packages/nestjs-gateway/src/mesh/runtime.ts Outdated
@TorinAsakura TorinAsakura self-assigned this Jul 1, 2026
@TorinAsakura
TorinAsakura merged commit 068de57 into master Jul 1, 2026
6 checks passed
@TorinAsakura
TorinAsakura deleted the test/nestjs-gateway-integration-coverage branch July 1, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Restore gateway integration coverage

1 participant