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