Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: [jest-runner] loses error stack property for failed test when sends a message to jest #15196

Open
DmitryMakhnev opened this issue Jul 17, 2024 · 4 comments · May be fixed by #15265
Open

Comments

@DmitryMakhnev
Copy link
Contributor

Version

27+

Steps to reproduce

Expected behavior

Error stack property of AssertionResult.failureDetails of TestResult.testResults in reporter's onTestResult() method for failed test exists

Actual behavior

Error stack property of AssertionResult.failureDetails of TestResult.testResults in reporter's onTestResult() method for failed test doesn't exists

Additional context

It can be important for tests reporters.
Hypothesized root cause of the issue

Environment

System:
  OS: macOS Sonoma version 14.4.1
  CUP: Apple M1 Max
Binaries:
  Node.js: 21.0.0 –  /Users/Dmitry.Makhnev/.nvm/versions/node/v21.0.0/bin/node
  npm: 10.2.0 – /Users/Dmitry.Makhnev/.nvm/versions/node/v21.0.0/bin/npm
npmPackages:
  jest: 27.5.1
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Aug 16, 2024
@DmitryMakhnev
Copy link
Contributor Author

Hello @SimenB,
Could you please check this issue?

@github-actions github-actions bot removed the Stale label Aug 19, 2024
@SimenB SimenB linked a pull request Aug 20, 2024 that will close this issue
@SimenB
Copy link
Member

SimenB commented Aug 20, 2024

Missed this one! Gave it a whack in #15265

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants