tsdx test
errors: Cannot find module 'babel-jest'
#1110
Labels
problem: stale
Issue has not been responded to in some time
Current Behavior
When I run
yarn test
my code it now breaks.Expected behavior
I'd expect the test report to run successfully.
Suggested solution(s)
A clearer understanding of how
babel-jest
needs to be configured to avoid this problem -- it appears that tsdx can't find the modulebabel-jest
... but it's listed as a dependency duetsdx
when I runyarn why
.Additional context
The key point here is that my main branch works just fine, a feature branch breaks on this and it's unclear to me why. The only changes to dependencies were:
No changes to jest.config
Related question: #688
Your environment
The text was updated successfully, but these errors were encountered: