import { testA11y } from '@fuels/jest'; import { Button } from '../Button'; import { AlertDialog } from './AlertDialog'; describe('AlertDialog', () => { it('a11y', async () => { await testA11y( Are you absolutely sure? This action cannot be undone. This will permanently delete your account and remove your data from our servers. , ); }); });