MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / credentials.test.ts

File credentials.test.ts

src/lib/credentials.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 10

parseCredentialsFunction · 0.85
serializeCredentialsFunction · 0.85
readCredentialsFileFunction · 0.85
readProfileFunction · 0.85
writeProfileFunction · 0.85
existsSyncFunction · 0.85
readFileSyncFunction · 0.85
deleteProfileFunction · 0.85
ensureRestrictiveModeFunction · 0.85
defaultCredentialsPathFunction · 0.85

Tested by

no test coverage detected