Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat): support JS & JSX files in tsdx test (#486)
- JS & JSX are already supported in tsdx build, so this is just adding some better parity in tsdx test - more JS & JSX support also means better support for gradual TS migrations - JS + JSX spec files should also be ran, not just TS + TSX - run them with babel-jest, which is jest's default - changing transform meant babel-jest wasn't run on them anymore - notably, TSDX itself has tests written in JS, so TSDX would need this to dogfood itself - also get coverage from JS + JSX files too
- Loading branch information