Simen Bekkhus
Simen Bekkhus
`test.concurrent` is still somewhat experimental (the reason it's not documented), but a PR fixing it would be appreciated 🙂
> The problem seems to be that the [Async hooks](https://nodejs.org/api/async_hooks.html) module in Node doesn't emit a `destroy` event for the "TLSWRAP" hook type. @malthe would you say that's a bug...
Wanna send a PR fixing it?
Happy to take a PR adding this! 🙂
@bameyrick sorry, missed this one! I get an error when trying to run `npm run fetch` ```sh-session $ npm run fetch > [email protected] fetch > ts-node src/fetch.ts (node:11581) Warning: To...
Never mind, seems like the step is not needed - I can reproduce 👍
https://github.com/facebook/jest/releases/tag/v29.0.2
@trevor-scheer @glasser Seems to me https://github.com/apollographql/apollo-server/pull/6674 updated it without issue, was this solved by updating some other dependency?
Not on `main` https://github.com/apollographql/apollo-server/blob/3f218e7881ba415a8817f6a8f1dca95d5571d93b/package.json#L20 Unless I'm missing something 😅
So `main` is passing with newest jest, but some other branch is failing? Sounds like it's not (solely) on jest at least. Not sure I'll be able to dig into...