Setup Jest in CRA to enable debugging & breakpoints when importing from plain Typescript files in VSCode
The default CRA configuration doesn't let you do this for standalone .ts files; this will show you the extra steps you need to take to get Typescript working with Jest on a CRA project in VSCode.