📅  最后修改于: 2022-03-11 15:03:49.283000             🧑  作者: Mango
it('uses correct src', async () => {
const { getByAltText } = await render( );
const image = getByAltText('the_alt_text');
expect(image.src).toContain('the_url');
});