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