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

Function createCard

tests/unit/ui/taskCardPrimaryIndicators.test.ts:64–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64function createCard() {
65 const card = document.createElement("div");
66 card.className = "task-card";
67 const mainRow = card.createDiv({ cls: "task-card__main-row" });
68 document.body.appendChild(card);
69 return { card, mainRow };
70}
71
72describe("taskCardPrimaryIndicators", () => {
73 beforeEach(() => {

Calls

no outgoing calls

Tested by

no test coverage detected