Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ NonEmptyIterable.test.ts
File
NonEmptyIterable.test.ts
packages/effect/test/NonEmptyIterable.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
{ deepStrictEqual, strictEqual, throws } from
"@effect/vitest/utils"
3
import
{ Chunk, NonEmptyIterable } from
"effect"
4
Callers
nothing calls this directly
Calls
6
strictEqual
Function · 0.90
deepStrictEqual
Function · 0.90
throws
Function · 0.90
it
Function · 0.85
make
Method · 0.65
next
Method · 0.65
Tested by
no test coverage detected