describe('messageBuilderContextFactory option', () => {
            let TestContext, mockId, mockMessage, mockFormatted;
            beforeEach(() => {
                TestContext = function () {};
                mockId = TestContext.prototype.id = jest.fn();