effect-io-ai

Package: @effect/vitest
Module: utils

utils.throws

Asserts that thunk throws an error.

Signature

declare const throws: (thunk: () => void, error?: Error | ((u: unknown) => undefined), ..._: Array<never>) => void

Source

Since v0.21.0