test('should contain pager buttons', () => {
      const onDesktop = shallow(<ModuleFinderPager {...defaultProps} />);
      expect(onDesktop.find(ModuleFinderPagerButton)).toHaveLength(5);
    });