effect-io-ai

Package: @effect/vitest
Module: utils

utils.doesNotThrow

Asserts that thunk does not throw an error.

Signature

declare const doesNotThrow: (thunk: () => void, message?: string, ..._: Array<never>) => void

Source

Since v0.21.0