MCPcopy 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

1import { describe, expect, it } from "vitest";
2import { createInvoice } from "./generateInvoices.task";
3import { prisma } from "../db";
4import { v4 as uuidv4 } from "uuid";

Callers

nothing calls this directly

Calls 4

createInvoiceFunction · 0.90
setupTestDbFunction · 0.85
createMethod · 0.45

Tested by

no test coverage detected