MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / pgpModel.test.js

File pgpModel.test.js

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

Source from the content-addressed store, hash-verified

1// emailjs-mime-builder is ESM-only and only used by mime.js's build helpers.
2// pgpModel.js doesn't depend on it directly but is loaded transitively in some configs;
3// guard against it the same way as in mime.test.js.
4jest.mock('emailjs-mime-builder', () => ({__esModule: true, default: jest.fn()}));

Callers

nothing calls this directly

Calls 5

decryptMessageFunction · 0.90
parseMessageFunction · 0.90
verifyMessageFunction · 0.90
makeFakeKeyringFunction · 0.85
utf8BinaryFunction · 0.70

Tested by

no test coverage detected