it('should unregister the current mediaQuery listener when "show" prop changes', () => {
    jest.clearAllMocks()

    const { rerender } = render(
      <Fruit fruit={{ YetAnotherKey: '🍏' }} show="large" />