it('should render an given href', () => {
            expect($output.has(`a[href="${content.href}"]`)).toBeTrue();
        });