Closed
Description
Is your feature request related to a problem? Please describe.
The test files *.spec.ts
are currently transpiled to JavaScript before being run
Describe the solution you'd like
Use ts-jest so that *.spec.ts
files can be run without transpiling
Describe alternatives you've considered
Continue transpiling files before running tests