Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ users.routes.test.ts
File
users.routes.test.ts
apps/api/tests/api/users/users.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
{ seedVerifiedUser } from
"../../helpers/auth"
;
4
import
{ createApp } from
"../../../src/config/app"
;
Callers
nothing calls this directly
Calls
6
requireDb
Function · 0.90
cleanDatabase
Function · 0.90
createApp
Function · 0.90
isMeBody
Function · 0.85
isProfileBody
Function · 0.85
registerAndLogin
Function · 0.70
Tested by
no test coverage detected