import { darkColors } from '@fuel-ui/css'; import { testA11y } from '@fuels/jest'; import { ContentLoader } from './ContentLoader'; describe('ContentLoader', () => { it('a11y', async () => { await testA11y( , ); }); });