Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ billing.routes.test.ts
File
billing.routes.test.ts
apps/api/tests/api/billing/billing.routes.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, describe, expect, test } from
"bun:test"
;
2
import
Stripe from
"stripe"
;
3
4
import
{ getBillingService } from
"../../../src/api/billing/billing.service"
;
Callers
nothing calls this directly
Calls
10
requireDb
Function · 0.90
cleanDatabase
Function · 0.90
createApp
Function · 0.90
seedVerifiedUser
Function · 0.90
getBillingService
Function · 0.90
signStripeTestHeader
Function · 0.85
listPlans
Method · 0.80
update
Method · 0.80
loginCookie
Function · 0.70
set
Method · 0.45
Tested by
no test coverage detected