Skip to content

feat(jest): emit per-test case events#131

Merged
V3RON merged 3 commits into
mainfrom
issue-130-jest-test-events
May 28, 2026
Merged

feat(jest): emit per-test case events#131
V3RON merged 3 commits into
mainfrom
issue-130-jest-test-events

Conversation

@V3RON

@V3RON V3RON commented May 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • migrate the harness Jest runner to Jest's event-emitting runner API
  • emit per-test-case Jest events from harness runtime metadata and preserve skipped descendants in skipped suites
  • fix final Jest assertion metadata propagation and add coverage for emitted events

Testing

  • pnpm vitest packages/jest/src/tests/index.test.ts packages/jest/src/tests/execute-run.test.ts packages/runtime/src/tests/runner-context.test.ts
  • pnpm exec tsc -p tsconfig.json --noEmit
  • pre-push hook: nx test + build

@vercel

vercel Bot commented May 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-native-harness Ready Ready Preview, Comment May 28, 2026 12:34pm

Request Review

@V3RON
V3RON merged commit 7604479 into main May 28, 2026
6 checks passed
@V3RON
V3RON deleted the issue-130-jest-test-events branch May 28, 2026 12:55
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.

1 participant