it('renders correctly', () => {
  const examDetailContent = renderer.create(
    <ExamDetailContent quizs={QUIZS.fe} test />,
  );
  const examDetailContentJson = examDetailContent.toJSON();