-
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
Troubles using it with TS3 and composite project #669
Comments
The first bug is a problem with ts-node which has been fixed here (awaiting release): The second bug is one that I am currently also experiencing and have been unable to solve. |
hi, we haven't looked into supporting |
Yup, turning off |
I am receiving the same error (b). Hope to see support for this soon! Using TS3's new Project References feature along with Lerna in a monorepo. |
@emirotin I am having issues cloning your minimal repo. At the step
I'll try to change the |
It's just part of my original setup in the real project. Also it ensures TS config is fine. |
Hi @huafu, I just gave it a try in my project and it seems to work fine 👍 |
thanks, one thing to start with is remove most ts-jest specific config fom huafu/bs-logger@4b480a0#diff-2d0cd5d10b9604941c38c6aac608178a |
Would it be possible to add |
@hassankhan it's not one used by jest for JS files, ie not a standard one, so I don't think it's a good idea to add it to the preset. But it's a preset, and you can also grain extend it. Please for further question(s) related to beta or suggestions, use the new slack channel. |
Issue :
I'm unable to use it with TypeScript 3.0 and
composite
projectExpected behavior :
I expect the tests to work
Output from debug log :
I didn't get the debug.txt, but here's the test output.
a) with
enableTsDiagnostics: true
b) with
enableTsDiagnostics: false
The latter coming from here: https://github.com/Microsoft/TypeScript/blob/master/src/services/transpile.ts#L79
Minimal repo :
https://github.com/emirotin/learn-a
The text was updated successfully, but these errors were encountered: