Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
22
export
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
assertEquals
Function · 0.70
assertInclude
Function · 0.70
assertMatch
Function · 0.70
throws
Function · 0.70
throwsAsync
Function · 0.70
Calls
1
fail
Method · 0.65
Tested by
no test coverage detected