| 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. |
| 4 | jest.mock('emailjs-mime-builder', () => ({__esModule: true, default: jest.fn()})); |
nothing calls this directly
no test coverage detected