import { testA11y } from '@fuels/jest'; import { Image } from '../Image'; import { AspectRatio } from './AspectRatio'; describe('AspectRatio', () => { it('a11y', async () => { await testA11y( Landscape photo by Tobias Tullius , ); }); });