import { testA11y } from '@fuels/jest'; import { Card } from './Card'; describe('Card', () => { it('a11y', async () => { await testA11y(Hello world); }); });