client/app/bundles/course/assessment/question/programming/components/common/TestCasesTable.tsx
Function TestCasesTable
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const TestCasesTable = (
props: TestCasesTableProps & { children: ReactNode },
): JSX.Element => {
const { t } = useTranslation();
- Create a ticketCreate a ticket