client/app/bundles/course/assessment/question/programming/components/common/JavaTestCase.tsx
Function JavaTestCase
has 107 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const JavaTestCase = (props: TestCaseProps): JSX.Element => {
const { t } = useTranslation();
const [showCode, setShowCode] = useState(true);
- Create a ticketCreate a ticket