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

File auth.service.test.ts

apps/api/tests/api/auth/services/auth.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";
2import { authService } from "../../../../src/api/auth/services";
3import { ApiError } from "../../../../src/lib/errors";
4import { passwordService } from "../../../../src/lib/password";

Callers

nothing calls this directly

Calls 7

requireDbFunction · 0.90
cleanDatabaseFunction · 0.90
seedVerifiedUserFunction · 0.90
seedPendingUserFunction · 0.90
loginMethod · 0.80
registerMethod · 0.45
verifyMethod · 0.45

Tested by

no test coverage detected