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