MCPcopy Create free account
hub / github.com/Effect-TS/effect / fail

Function fail

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

Source from the content-addressed store, hash-verified

29 * @since 4.0.0
30 */
31export function fail(message: string) {
32 assert.fail(message)
33}
34
35/**
36 * Asserts that `actual` is deeply strictly equal to `expected` using Node's `assert.deepStrictEqual`.

Callers 7

assertEqualsFunction · 0.70
assertIncludeFunction · 0.70
assertMatchFunction · 0.70
throwsFunction · 0.70
throwsAsyncFunction · 0.70
assertDefinedFunction · 0.70
assertUndefinedFunction · 0.70

Calls 1

failMethod · 0.45

Tested by

no test coverage detected