client/app/bundles/course/assessment/question/programming/components/common/TestCases.tsx
Function TestCases
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const TestCases = (props: TestCasesProps): JSX.Element => {
const { byIdentifier, as: component, name, ...otherProps } = props;
const TestCaseComponent = component ?? TestCase;
- Create a ticketCreate a ticket