Issue with `toMatchInlineSnapshot()` in `@effect/vitest` Integration
I've been trying to make use of
I get:
See:
this works, but:
fails with:
@vitest/effect with some success. Currently I am struggling with expect(..).toMatchInlineSnapshot() and friends, which does not seem to work correctly.I get:
TypeError: Cannot read properties of undefined (reading 'environment')See:
this works, but:
fails with:
