-
Notifications
You must be signed in to change notification settings - Fork 310
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
ts-jest is not installed properly #59
Comments
Can you elaborate on this? I'm not sure what's this about |
|
Well, I'm having the same issue here. I got it working by:
Still, this seems like an actual issue - but I'm not sure where the issue comes from (this preset, ts-jest, jest) ... |
Does it happen with npm v3/4 or Yarn? |
I am not using yarn, and it happened to me also with npm 4. Also with the new npm 5.2.0 |
@thymikee maybe upgrading the tyoescript dev dependency will do the trick? |
@dominique-mueller you need to specify |
@Tallyb my dev dependencies are not affecting your deps |
@thymikee I'll try that one out, thanks! |
- Revert jest config path (by defining the rootDir property, see thymikee/jest-preset-angular#59)
@thymikee Awesome, defining the |
The
package.json
configuration"bundleDependencies": false,
is incorrect (array expected), and cause ts-jest to be incorrectly installed under inner
node_modules
, which in some cases may cause jest not to find it. Should be installed on top levelnode_modules
The text was updated successfully, but these errors were encountered: