Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callumalpass/tasknotes
/ taskModalActionMenus.test.ts
File
taskModalActionMenus.test.ts
tests/unit/modals/taskModalActionMenus.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
mockDatePickerOpen = jest.fn();
2
let
mockDatePickerOptions: any;
3
const
mockDateTimePickerModal = jest.fn().mockImplementation((_app, options) => {
4
mockDatePickerOptions = options;
Callers
nothing calls this directly
Calls
8
showTaskModalDateContextMenu
Function · 0.90
showTaskModalStatusContextMenu
Function · 0.90
showTaskModalPriorityContextMenu
Function · 0.90
showTaskModalRecurrenceContextMenu
Function · 0.90
showTaskModalReminderContextMenu
Function · 0.90
createTaskModalReminderDraft
Function · 0.90
getSelectedDateValue
Function · 0.90
createHarness
Function · 0.70
Tested by
no test coverage detected