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]: All tests are listed by jest --onlyFailures --listTests #15425

Open
geoffswift opened this issue Dec 20, 2024 · 0 comments
Open

[Bug]: All tests are listed by jest --onlyFailures --listTests #15425

geoffswift opened this issue Dec 20, 2024 · 0 comments

Comments

@geoffswift
Copy link

geoffswift commented Dec 20, 2024

Version

29.7.0

Steps to reproduce

  • Run all your tests using the jest command
  • Then use jest --onlyFailures --listTests in the hope of producing a list of the failing tests

Expected behavior

A list of only failed test scripts should be output.

Actual behavior

A complete list of all test scripts is output.

Additional context

No response

Environment

System:
    OS: macOS 15.2
    CPU: (10) arm64 Apple M1 Pro
  Binaries:
    Node: 22.11.0 - ~/.nvm/versions/node/v22.11.0/bin/node
    Yarn: 1.22.19 - /opt/homebrew/bin/yarn
    npm: 10.9.0 - ~/.nvm/versions/node/v22.11.0/bin/npm
    pnpm: 8.5.1 - /opt/homebrew/bin/pnpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant