-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
declaration files are not emitted #745
declaration files are not emitted #745
Comments
@sandangel thanks for reporting this. Unfortunately I don't think having your Jest config in Update: anyway, the declaration not generated is indeed an issue |
I have it run with ts-node and gulp, I don' use jest directly. I just need pathToModuleNameMapper auto completion |
@sandangel are you on our Slack channel? Would love to learn more about your test pipeline for informational purpose. |
No I'm not on your Slack channel. I use this gulp plugin https://github.com/alansouzati/gulp-jest |
Yeah I understood what you wanted ;-) |
I use watch: true option in jest.InitialOptions. I don't use gulp.watch |
Issue :
I want to author jest.config in ts file. Could you please add declaration: true?
Expected behavior :
this should work:
Debug log:
log file content
# content of ts-jest.log :
Minimal repo :
The text was updated successfully, but these errors were encountered: