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

Function assertFalse

packages/effect/test/utils/assert.ts:75–77  ·  view source on GitHub ↗
(self: boolean, message?: string, ..._: Array<never>)

Source from the content-addressed store, hash-verified

73}
74
75export function assertFalse(self: boolean, message?: string, ..._: Array<never>) {
76 strictEqual(self, false, message)
77}
78
79export function assertSchemaIssueError(
80 self: unknown,

Callers 15

Iterable.test.tsFile · 0.90
FiberSet.test.tsFile · 0.90
Record.test.tsFile · 0.90
Formatter.test.tsFile · 0.90
Option.test.tsFile · 0.90
Result.test.tsFile · 0.90
Chunk.test.tsFile · 0.90
Order.test.tsFile · 0.90
Context.test.tsFile · 0.90

Calls 1

strictEqualFunction · 0.70

Tested by 3

assertMemoizedFunction · 0.72
assertLiteralRefinementFunction · 0.72
assertArrayAllOfFunction · 0.72