Simen Bekkhus
Simen Bekkhus
Need to get back to it, but I haven't got access to a windows computer ATM, so I won't be able to any time soon
Ideally `micromatch` would have some utils for this
I'm excited! Thanks for picking this up. CI is failing, and there are some conflicts. Mind taking a look? 🙂
We should definitely add this, yeah! I added support to our logger at work just a few weeks ago 😀 PR welcome, most changes should be in https://github.com/facebook/jest/blob/d1626e9395263b0c7c207777c0ca570b2147aaa8/packages/jest-message-util/src/index.ts
And like node, duplicate traces should be removed. ```sh-session $ node -p "new Error('asdasd', {cause: new Error('cause')})" Error: asdasd at [eval]:1:1 at Script.runInThisContext (node:vm:129:12) ... 4 lines matching cause stack...
Go for it! 🙂
Duplicate of #12053. PR is of course still very much welcome!
Thanks! I think this makes sense. @rogeliog?
@unional please update the changelog
@rogeliog were you able to test? :)