MCPcopy 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

1import { resolveMaybeOptionalOptions } from './args'
2
3it('resolveMaybeOptionalOptions', () => {
4 expect(resolveMaybeOptionalOptions([{ a: 1 }])).toEqual({ a: 1 })

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected