it("calls onChange with the expected value when the active layout is card", async () => {
    const onChange = jest.fn((e) => e.target.value);

    const { user, getAllByRole } = setup(
      <LayoutToggle activeLayout="card" onChange={onChange} />