MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / task

Function task

tests/unit/bases/taskListGrouping.test.ts:15–22  ·  view source on GitHub ↗
(path: string, title = path)

Source from the content-addressed store, hash-verified

13} from "../../../src/bases/taskListGrouping";
14
15function task(path: string, title = path): TaskInfo {
16 return {
17 path,
18 title,
19 status: "todo",
20 priority: "normal",
21 } as TaskInfo;
22}
23
24describe("taskListGrouping", () => {
25 it("builds path properties with cached formula outputs", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected