Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ afterEach, describe, expect, it } from
'bun:test'
2
import
{ mkdtemp, readFile, rm } from
'node:fs/promises'
3
import
{ tmpdir } from
'node:os'
4
import
{ join } from
'node:path'
Callers
nothing calls this directly
Calls
8
getCommandByKey
Function · 0.90
orderCommandsForMenu
Function · 0.90
recordRecentCommand
Function · 0.90
readRecentCommands
Function · 0.90
getMenuColumnWidths
Function · 0.90
buildMenuDisplayLabel
Function · 0.90
getSelectedCommandFromFzfResult
Function · 0.90
describe
Function · 0.85
Tested by
no test coverage detected