question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: Support for Jest 29 would be most appreciated

See original GitHub issue

Version

28.0.8

Steps to reproduce

npm i

Expected behavior

support for jest 29

Actual behavior

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: jest@29.0.1
npm ERR! node_modules/jest
npm ERR!   dev jest@"29.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer jest@"^28.0.0" from ts-jest@28.0.8
npm ERR! node_modules/ts-jest
npm ERR!   dev ts-jest@"28.0.8" from the root project

Debug log

n.a.

Additional context

No response

Environment

System:
    OS: macOS 12.5.1
    CPU: (8) x64 Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz
  Binaries:
    Node: 18.8.0 - ~/.nvm/versions/node/v18.8.0/bin/node
    npm: 8.18.0 - ~/.nvm/versions/node/v18.8.0/bin/npm

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
mcmxcdevcommented, Aug 31, 2022

Any reason why this is available as nextfor now and not as stable version? Expecting some potential regressions?

0reactions
wojtek1150commented, Dec 6, 2022

Install <29.0.0, and fell free with updated one 🙃

ts-jest[versions] (WARN) Version 28.1.3 of jest installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=29.0.0 <30.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions.

Best version checked ever xD

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Feature]: v29 support? #3772 - kulshekhar/ts-jest - GitHub
Feature Proposal Support the just-released Jest v29. ... [Bug]: Support for Jest 29 would be most appreciated #3783.
Read more >
How to Write A Good Bug Report? Tips and Tricks
Good Bug report should be clear and concise without any missing key points. Any lack of clarity leads to misunderstanding and slows down...
Read more >
jest mock cannot access before initialization - You.com
Bug Report. I'm getting the error: ReferenceError: Cannot access 'myMock' before initialization. Even though i respected jest documentation about the ...
Read more >
JEST: "Async callback was not invoked within the 5000ms ...
Any thoughts on why this could fail while it works fine on my local machine would be greatly appreciated. Also, I tried setting...
Read more >
Practical Ways to Write Better JavaScript - Stack Overflow Blog
Most of the pain of refactoring JS is due to the fact that it ... in regards to scope, which can/has resulted in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found