MCPcopy 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

1import { splitInHalf, toArray } from './array'
2
3it('toArray', () => {
4 expect(toArray(undefined)).toEqual([])

Callers

nothing calls this directly

Calls 2

toArrayFunction · 0.90
splitInHalfFunction · 0.90

Tested by

no test coverage detected