MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / users.utils.test.ts

File users.utils.test.ts

apps/api/tests/api/users/users.utils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, test } from "bun:test";
2
3import { toPublicUserProfile } from "../../../src/api/users/users.utils";
4import type { IUser } from "../../../src/api/users/users.types";

Callers

nothing calls this directly

Calls 2

toPublicUserProfileFunction · 0.90
makeUserFunction · 0.70

Tested by

no test coverage detected