Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ generateHash, generateSalt, secureCompare } from
'./password'
;
2
3
describe(
'#generateSalt'
, () => {
4
it(
'returns a random string'
,
async
() => {
Callers
nothing calls this directly
Calls
3
generateSalt
Function · 0.90
generateHash
Function · 0.90
secureCompare
Function · 0.90
Tested by
no test coverage detected