Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ auth.routes.test.ts
File
auth.routes.test.ts
apps/api/tests/api/auth/auth.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
3
import
{ createApp } from
"../../../src/config/app"
;
4
import
{ env } from
"../../../src/config/env"
;
Callers
nothing calls this directly
Calls
15
requireDb
Function · 0.90
cleanDatabase
Function · 0.90
createApp
Function · 0.90
seedVerifiedUser
Function · 0.90
seedPendingUser
Function · 0.90
readJson
Function · 0.85
isMessageEnvelope
Function · 0.85
seedFreshVerificationToken
Function · 0.85
isAuthEnvelope
Function · 0.85
isUserProfile
Function · 0.85
extractData
Function · 0.85
seedResetTokenRow
Function · 0.85
Tested by
no test coverage detected