Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
Database from
"better-sqlite3"
;
2
import
{ afterEach, beforeEach, describe, expect, it, vi } from
"vitest"
;
3
4
import
{ MIGRATIONS } from
"./migrations"
;
Callers
nothing calls this directly
Calls
11
createProject
Function · 0.90
listProjects
Function · 0.90
archiveProject
Function · 0.90
getProject
Function · 0.90
setProjectGoogleAdsAccount
Function · 0.90
renameProject
Function · 0.90
changeProjectSlug
Function · 0.90
unarchiveProject
Function · 0.90
deleteProjectRow
Function · 0.90
createDb
Function · 0.70
close
Method · 0.45
Tested by
no test coverage detected