MCPcopy Index your code
hub / github.com/MiniMax-AI/cli / credentials.test.ts

File credentials.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach } from 'bun:test';
2import { saveCredentials, loadCredentials, clearCredentials } from '../../src/auth/credentials';
3import type { CredentialFile } from '../../src/auth/types';
4import { mkdirSync, rmSync, existsSync } from 'fs';

Callers

nothing calls this directly

Calls 3

loadCredentialsFunction · 0.90
saveCredentialsFunction · 0.90
clearCredentialsFunction · 0.90

Tested by

no test coverage detected