it('wraps very long lines', () => {
                const description = "I am the very model of a modern major general, I've information vegetable, animal, and mineral"

                expect(ctx.toDescription({ description }, false))
                    .toBe("I am the very model of a\nmodern major general, I've\ninformation vegetable,\nanimal, and mineral")