export const useInputKeyCommands = jest.fn(() => ({
  onKeyDown: jest.fn(),
}));
