MCPcopy Create free account
hub / github.com/CodeForBreakfast/eventsourcing / fail

Function fail

packages/bun-test-effect/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.85
assertIncludeFunction · 0.85
assertMatchFunction · 0.85
throwsFunction · 0.85
throwsAsyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected