Anthony Fu
Anthony Fu
Yes, I am aware of this. The support is currently only forwarding the flag to the Node process, where the main issue is that Node does not support inspecting workers...
Could we include a failing case in the tests or examples?
I am not sure if we should guide this. While we already provide built-in mocking, I'd consider using Sinon would be a bit niche and advanced usage. Guiding here might...
I am not sure if I understand it, why do we need to limit the stacktrace?
> Vitest sets a limit to 100 by default Should we low it down a bit and make it configurable?
We temporarily close this due to the lack of enough information. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) to reopen the issue. Thanks. > [Why reproduction is required](https://antfu.me/posts/why-reproductions-are-required)
Can we move the note down after the code snippets and above `## TypeScript`? Thanks
If it handles `.then` and `.catch` well I think we could have it
The reason we use jsdelivr is to make it accessible to users from China (github raw is not available). If that's the case, can we change the default to unpkg?...
Can you add some tests to it? Thanks