-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Missing tracelog/error line #6114
Comments
Ok, looks like it has something todo with the length of the path? |
When I'm moving it to |
I wonder if we do something clever with |
Hmm.. ok.. what does this means for us? |
@cpojer should we stop stripping out |
Oh yeah, for sure. The only reason we had that was because previously jasmine was in a vendor folder. |
I guess it's a remnant from before #3147, so it should be completely safe to remove now. EDIT: commented at the same time, cool :D |
So we can/should make a PR? |
PR very much welcome! 🙂 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What is the expected behavior?
Jest prints out the tracelog, especially points to the correct line number in the code.
Current behavior?
In our project there's no tracelog or line number where the error has happend.
We are using CircleCI for CI testing and there the tracelog is visible!
We searched for months now, what is wrong with our setup, but now it looks there's something wrong with our machines?
I hope someone can point me here in the right direction!
Result on my machine:

Result on CircleCI:

Link to the CircleCI PR: https://circleci.com/gh/sulu/sulu/1173?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
Please provide your exact Jest configuration
Everything is open source:
https://github.com/sulu/sulu/blob/develop/package.json#L65
Tested on different machines:
Linux:
OSX:
The text was updated successfully, but these errors were encountered: