MCPcopy
hub / github.com/mailvelope/mailvelope / keyring.test.js

File keyring.test.js

test/unit/modules/keyring.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Mock the heavy crypto imports so requiring keyring.js stays cheap.
2jest.mock('emailjs-mime-builder', () => ({__esModule: true, default: jest.fn()}));
3jest.mock('openpgp', () => ({
4 readKey: jest.fn(),

Callers

nothing calls this directly

Calls 2

hasAnyPrivateKeyFunction · 0.85
seedStorageFunction · 0.70

Tested by

no test coverage detected