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