Vitest `Failed to pop isolated storage stack frame` when error thrown
With a durable object as simple as:
And running tests through the vitest integration:
I end up with
Vitest caught 1 unhandled error during the test run.
, and Failed to pop isolated storage stack frame
I'd expect this to be propagated up through rpc as it is mentioned in the docs here so vitest can handle it.
What is the suggested way to handle thrown errors in implementation in tests?0 Replies