Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ unit.utils.test.ts
File
unit.utils.test.ts
packages/client/tests/unit.utils.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ join, resolve } from
'path'
;
2
import
fs from
'fs-extra'
;
3
import
{ buildFileTree } from
'../src/utils'
;
4
import
{ describe, expect, it } from
'vitest'
;
Callers
nothing calls this directly
Calls
7
buildFileTree
Function · 0.90
toAbsolutePaths
Function · 0.85
sort
Method · 0.80
fixture
Function · 0.70
normalizeWindowsPaths
Function · 0.70
isSymbolicLink
Method · 0.45
isDirectory
Method · 0.45
Tested by
no test coverage detected