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