MCPcopy
hub / github.com/fccview/jotty / xchacha.test.ts

File xchacha.test.ts

tests/server-actions/xchacha.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, vi } from "vitest";
2import { resetAllMocks, createFormData } from "../setup";
3
4const mockLogAudit = vi.fn();

Callers

nothing calls this directly

Calls 4

resetAllMocksFunction · 0.90
createFormDataFunction · 0.90
encryptXChaChaFunction · 0.90
decryptXChaChaFunction · 0.90

Tested by

no test coverage detected