Package: @effect/vitest Module: utils
@effect/vitest
utils
Asserts that thunk throws an error.
thunk
Signature
declare const throws: (thunk: () => void, error?: Error | ((u: unknown) => undefined), ..._: Array<never>) => void
Source
Since v0.21.0