MCPcopy
hub / github.com/nowork-studio/NotFair / projects.test.ts

File projects.test.ts

notfair-cmo/src/server/db/projects.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import Database from "better-sqlite3";
2import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
3
4import { MIGRATIONS } from "./migrations";

Callers

nothing calls this directly

Calls 11

createProjectFunction · 0.90
listProjectsFunction · 0.90
archiveProjectFunction · 0.90
getProjectFunction · 0.90
renameProjectFunction · 0.90
changeProjectSlugFunction · 0.90
unarchiveProjectFunction · 0.90
deleteProjectRowFunction · 0.90
createDbFunction · 0.70
closeMethod · 0.45

Tested by

no test coverage detected