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

Reference @jest/reporters version specifically #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cincodenada
Copy link

This is actually the package version that matters here, and with @jest/core's package.json it's quite possible to have e.g. jest@26.6.0 but @jest/reporters@26.6.3, so referencing the jest version will not always give you the correct answer.

I know this because this is exactly the situation I'm in:

› npm ls @jest/reporters
[snip]
└─┬ jest-clean-console-reporter@0.3.0
  └─┬ jest@26.6.0
    └─┬ @jest/core@26.6.3
      └── @jest/reporters@26.6.2

So, I initially tried to use summary_reporters and got an error, even though I'm on jest@26.6.0, because I have @jest/reporters@26.6.2

This is actually the package version that matters here, and with `@jest/core`'s `package.json` it's quite possible to have e.g. `jest@26.6.0` but `@jest/reporters@26.6.3`, so referencing the `jest` version will not always give you the correct answer.
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.

None yet

1 participant