MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / password.spec.ts

File password.spec.ts

packages/utilities/src/password.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { generateHash, generateSalt, secureCompare } from './password';
2
3describe('#generateSalt', () => {
4 it('returns a random string', async () => {

Callers

nothing calls this directly

Calls 3

generateSaltFunction · 0.90
generateHashFunction · 0.90
secureCompareFunction · 0.90

Tested by

no test coverage detected