Markus
Results
3
comments of
Markus
Are there any updates about this issue?
jest-runner-tsc doesn't run tests. It runs the tsc (typescript compiler) on the typescript files. Doin so, you can check / build your application with the tsc. If you also want...
Had the same issue. I resolved it by removing "loader-utils" from devDependencies. Maybe you can install a better-matching version of loader-utils to fix this problem.