Package: @effect/vitest Module: utils
@effect/vitest
utils
Asserts that thunk does not throw an error.
thunk
Signature
declare const doesNotThrow: (thunk: () => void, message?: string, ..._: Array<never>) => void
Source
Since v0.21.0