git clone git@github.com:thomasballinger/ts-jest-repro.git
cd ts-jest-repro/packages/tests
npm i
npx jest # should fail
npx jest # should succeed the second time
npx jest --no-cache # should fail again
Expected behavior
I expect --no-cache to behave the same as without the flag. I'd like this custom condition to resolve, so I'd like this test to pass.
Actual behavior
The custom condition appears not to be followed for package if --no-cache is used, or if it's the first run.
Version
29.2.5
Steps to reproduce
See repro at https://github.com/thomasballinger/ts-jest-repro
Expected behavior
I expect --no-cache to behave the same as without the flag. I'd like this custom condition to resolve, so I'd like this test to pass.
Actual behavior
The custom condition appears not to be followed for package if
--no-cache
is used, or if it's the first run.Debug log
ts-jest.log
Additional context
No response
Environment