Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ Boolean.test.ts
File
Boolean.test.ts
packages/effect/test/Boolean.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it } from
"@effect/vitest"
2
import
{ assertFalse, assertTrue, deepStrictEqual } from
"@effect/vitest/utils"
3
import
{ Boolean, pipe } from
"effect"
4
Callers
nothing calls this directly
Calls
6
assertTrue
Function · 0.90
assertFalse
Function · 0.90
pipe
Function · 0.90
deepStrictEqual
Function · 0.90
it
Function · 0.85
match
Function · 0.70
Tested by
no test coverage detected