MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / session.service.test.ts

File session.service.test.ts

apps/api/tests/api/auth/services/session.service.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, test } from "bun:test";
2
3import { seedVerifiedUser } from "../../../helpers/auth";
4import { sessionService } from "../../../../src/api/auth/services/session.service";

Callers

nothing calls this directly

Calls 10

requireDbFunction · 0.90
cleanDatabaseFunction · 0.90
hashOpaqueTokenFunction · 0.90
refreshMethod · 0.80
updateMethod · 0.80
revokeAllForUserMethod · 0.80
seedUserFunction · 0.70
createMethod · 0.45
setMethod · 0.45
revokeMethod · 0.45

Tested by

no test coverage detected