You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/vbvxx/ts-jest-issue/
This is a dump project where I just console print the defaults from ts-jest/presets in jest.config.js, where we can see that there is only transform defined when running yarn jest
The text was updated successfully, but these errors were encountered:
vbvxx
changed the title
ts-jest/presets are missing testMatch and moduleFileExtensions params
config object from ts-jest/presets is missing testMatch and moduleFileExtensions params
Jul 17, 2019
Issue:
After bumping to 24.0.2, when I import the defaults presets from
'ts-jest/presets'
I get the following config object:
Expected behavior:
I would expect the output I had when using 23.10.4:
Debug log:
log file content
Minimal repo
https://github.com/vbvxx/ts-jest-issue/
This is a dump project where I just console print the
defaults
fromts-jest/presets
injest.config.js
, where we can see that there is onlytransform
defined when runningyarn jest
https://github.com/vbvxx/ts-jest-issue/blob/master/package.json
The text was updated successfully, but these errors were encountered: