Closed
Description
🚀 Feature Proposal
Right now, we verify on CI that Jest can be compiled with an older version of TypeScript (at the time of writing, v4.2). We should also run our type tests against that version.
This task is for adding a CI job installing the same minor version of TS (plus @tsd/typescript
) we use for the compile check and run our type tests (in addition to the 4.5 (latest
, at the moment of writing) run we have today).
/cc @mrazauskas (as an FYI, not that you should fix this (unless you want to! 😀))
Activity