Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ auth.utils.test.ts
File
auth.utils.test.ts
apps/api/tests/api/auth/auth.utils.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
"bun:test"
;
2
3
import
{ toPublicUser } from
"../../../src/api/auth/auth.utils"
;
4
import
type
{ IUser } from
"../../../src/api/users/users.types"
;
Callers
nothing calls this directly
Calls
2
toPublicUser
Function · 0.90
makeUser
Function · 0.70
Tested by
no test coverage detected