| 1 | // emailjs-mime-builder ships as ESM and is only used by the build helpers in mime.js; |
| 2 | // these tests cover the parse helpers, so we stub the builder to avoid the ESM transform. |
| 3 | jest.mock('emailjs-mime-builder', () => ({__esModule: true, default: jest.fn()})); |
| 4 |
nothing calls this directly
no test coverage detected