Once in while I get the following warnings when I run 'tsdx test' command:
ts-jest[jest-transformer] (WARN) Got a unknown file type to compile (file: /Users/smashercosmo/Documents/projects/tmp-babel-plugin/node_modules/@babel/core/package.json). To fix this, in your Jest config change the `transform` key which value is `ts-jest` so that it does not match this kind of files anymore.
ts-jest[jest-transformer] (WARN) Got a unknown file type to compile (file: /Users/smashercosmo/Documents/projects/tmp-babel-plugin/node_modules/resolve/lib/core.json). To fix this, in your Jest config change the `transform` key which value is `ts-jest` so that it does not match this kind of files anymore.
ts-jest[jest-transformer] (WARN) Got a unknown file type to compile (file: /Users/smashercosmo/Documents/projects/tmp-babel-plugin/node_modules/globals/globals.json). To fix this, in your Jest config change the `transform` key which value is `ts-jest` so that it does not match this kind of files anymore.
jest shouldn't try transforming json files
Probably 'json' should be added to transformIgnorePatterns in jest config
| Software | Version(s) |
| ---------------- | ---------- |
| TSDX | 0.7.2
| TypeScript | 3.5.2
| npm | 6.9.0
| Operating System | macOS Sierra 10.12.3
Is this still happening?
I'll check
Still getting this warnings with latest tsdx
I'm still finding this with v0.11.0. This usually occurs on the first run and then not again until the next build.
I am still seeing this issues in v0.12.3
Fixed by #513 . It will be out in the next release
Most helpful comment
Fixed by #513 . It will be out in the next release