Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenPipe/OpenPipe
/ generateInvoices.test.ts
File
generateInvoices.test.ts
app/src/server/tasks/generateInvoices.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"vitest"
;
2
import
{ createInvoice } from
"./generateInvoices.task"
;
3
import
{ prisma } from
"../db"
;
4
import
{ v4 as uuidv4 } from
"uuid"
;
Callers
nothing calls this directly
Calls
4
getPreviousMonthPeriodUTC
Function · 0.90
createInvoice
Function · 0.90
setupTestDb
Function · 0.85
create
Method · 0.45
Tested by
no test coverage detected