import { render } from '@testing-library/react'; import { describe, expect, it } from 'vitest'; import { AppAvatar } from './AppAvatar'; describe('AppAvatar', () => { it('display placeholder when no url', () => { const { container } = render(); expect(container.firstChild).toMatchInlineSnapshot(`