import { render } from '@testing-library/react' import { PlusSmIcon } from '@heroicons/react/solid' import Image from 'next/image' import { PopupGuildCard } from './PopupGuildCard' describe('', () => { it('should render successfully', () => { const { baseElement } = render( } description='Create your own guild and manage everything within a few clicks !' link={{ icon: , text: 'Create a server', href: '/application/guilds/create' }} /> ) expect(baseElement).toBeTruthy() }) })