MCPcopy
hub / github.com/npmx-dev/npmx.dev / file-tree.spec.ts

File file-tree.spec.ts

test/unit/server/utils/file-tree.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi } from 'vitest'
2import type { JsDelivrFileNode, PackageFileTree } from '#shared/types'
3import { convertToFileTree, fetchFileTree, getPackageFileTree } from '#server/utils/file-tree'
4

Callers

nothing calls this directly

Calls 7

convertToFileTreeFunction · 0.90
fetchFileTreeFunction · 0.90
getPackageFileTreeFunction · 0.90
getChildrenFunction · 0.85
mockFetchOkFunction · 0.85
mockFetchErrorFunction · 0.85
mockCreateErrorFunction · 0.85

Tested by

no test coverage detected