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