Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/middleapi/orpc
/ array.test.ts
File
array.test.ts
packages/shared/src/array.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ splitInHalf, toArray } from
'./array'
2
3
it(
'toArray'
, () => {
4
expect(toArray(undefined)).toEqual([])
Callers
nothing calls this directly
Calls
2
toArray
Function · 0.90
splitInHalf
Function · 0.90
Tested by
no test coverage detected