MCPcopy Create free account
hub / github.com/ZingerLittleBee/ServerBee / make-menu.test.ts

File make-menu.test.ts

scripts/make-menu.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, it } from 'bun:test'
2import { mkdtemp, readFile, rm } from 'node:fs/promises'
3import { tmpdir } from 'node:os'
4import { join } from 'node:path'

Callers

nothing calls this directly

Calls 8

getCommandByKeyFunction · 0.90
orderCommandsForMenuFunction · 0.90
recordRecentCommandFunction · 0.90
readRecentCommandsFunction · 0.90
getMenuColumnWidthsFunction · 0.90
buildMenuDisplayLabelFunction · 0.90
describeFunction · 0.85

Tested by

no test coverage detected