🚀 Feature Proposal
I need to be able to set TSC_COMPILE_ON_ERROR to true, so jest files run even if I have a TypeScript error somewhere on the codebase.
Motivation
Legacy projects may have a lot of errors, but the role of one developer in particular may be to write the tests (and not to fix the whole codebase). If we don't have this flag, we will have to postpone writing tests until the whole code is fixed.
Example
No response
🚀 Feature Proposal
I need to be able to set
TSC_COMPILE_ON_ERRORto true, so jest files run even if I have a TypeScript error somewhere on the codebase.Motivation
Legacy projects may have a lot of errors, but the role of one developer in particular may be to write the tests (and not to fix the whole codebase). If we don't have this flag, we will have to postpone writing tests until the whole code is fixed.
Example
No response