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

File pgp.test.ts

tests/server-actions/pgp.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 { mockFs, resetAllMocks, createFormData } from "../setup";
3
4const mockGetCurrentUser = vi.fn();

Callers

nothing calls this directly

Calls 9

resetAllMocksFunction · 0.90
createFormDataFunction · 0.90
generateKeyPairFunction · 0.90
importKeysFunction · 0.90
exportKeysFunction · 0.90
getStoredKeysFunction · 0.90
encryptNoteContentFunction · 0.90
decryptNoteContentFunction · 0.90
deleteKeysFunction · 0.90

Tested by

no test coverage detected