MCPcopy
hub / github.com/slopus/happy / credentials.test.ts

File credentials.test.ts

packages/happy-agent/src/credentials.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach } from 'vitest';
2import { mkdtempSync, rmSync, readFileSync, existsSync } from 'node:fs';
3import { join } from 'node:path';
4import { tmpdir } from 'node:os';

Callers

nothing calls this directly

Calls 15

getRandomBytesFunction · 0.90
writeCredentialsFunction · 0.90
readCredentialsFunction · 0.90
deriveContentKeyPairFunction · 0.90
encodeBase64Function · 0.90
clearCredentialsFunction · 0.90
requireCredentialsFunction · 0.90
describeFunction · 0.85
itFunction · 0.85
expectFunction · 0.85
toBeMethod · 0.80
toEqualMethod · 0.80

Tested by

no test coverage detected