import { render } from '@testing-library/react'; import ShortcutGrid from './ShortcutGrid'; describe('ShortcutGrid component', () => { it('should render correctly', () => { expect(render( )).toMatchSnapshot(); }); });