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

                expect(ctx.toLabel({ description }))
                    .toBe("I am the very model of a\\nmodern major general")