it('does not modify and already safe string', () => {
                const description = 'already safe'

                expect(ctx.toLabel({ description }))
                    .toBe(description)