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

File password-reset.service.test.ts

apps/api/tests/api/auth/services/password-reset.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 { passwordResetService } from "../../../../src/api/auth/services/password-reset.service";

Callers

nothing calls this directly

Calls 11

requireDbFunction · 0.90
cleanDatabaseFunction · 0.90
seedResetTokenFunction · 0.85
RESET_TTL_EXPIREDFunction · 0.85
requestMethod · 0.80
updateMethod · 0.80
completeMethod · 0.80
seedUserFunction · 0.70
setMethod · 0.45
createMethod · 0.45
verifyMethod · 0.45

Tested by

no test coverage detected