MCPcopy
hub / github.com/codedogQBY/ReadAny / note-queries.test.ts

File note-queries.test.ts

packages/core/src/db/__tests__/note-queries.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
2import type { Note } from "../../types";
3
4const mockExecute = vi.fn();

Callers

nothing calls this directly

Calls 6

getNotesFunction · 0.85
getAllNotesFunction · 0.85
insertNoteFunction · 0.85
updateNoteFunction · 0.85
deleteNoteFunction · 0.85
mapMethod · 0.80

Tested by

no test coverage detected