You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something like this was intended to be part of #453. Because we have
`diagnostics: false` in jest.config.base.js, typechecking failures in
ts-jest don't actually stop the tests from running successfully; this
change makes us typecheck the tests before we run them. (If you really
want to run tests that don't typecheck you can run `npx jest` directly.)
As part of this, fix a typechecking failure caused by the upgrade in
PR #716 and run `npm dedup` to fix another one.
We may want to consider finding a way to be comfortable removing
`diagnostics: false` instead.
0 commit comments