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