Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ TemplateChoiceEngine.folderSorting.test.ts
File
TemplateChoiceEngine.folderSorting.test.ts
src/engine/TemplateChoiceEngine.folderSorting.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, describe, expect, it, vi } from
"vitest"
;
2
3
const
{ inputSuggestMock } = vi.hoisted(() => ({
4
inputSuggestMock: vi.fn(),
Callers
nothing calls this directly
Calls
6
getSuggestedItems
Function · 0.85
createActiveFile
Function · 0.85
fn
Method · 0.80
createEngine
Function · 0.70
createChoice
Function · 0.70
run
Method · 0.45
Tested by
no test coverage detected