MCPcopy
hub / github.com/Effect-TS/effect / fail

Function fail

packages/vitest/src/utils.ts:22–24  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

20 * @since 0.21.0
21 */
22export function fail(message: string) {
23 assert.fail(message)
24}
25
26/**
27 * Asserts that `actual` is equal to `expected` using the `Equal.equals` trait.

Callers 5

assertEqualsFunction · 0.70
assertIncludeFunction · 0.70
assertMatchFunction · 0.70
throwsFunction · 0.70
throwsAsyncFunction · 0.70

Calls 1

failMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…