Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/question/programming/components/common/TestCasesTable.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function TestCasesTable has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const TestCasesTable = (
  props: TestCasesTableProps & { children: ReactNode },
): JSX.Element => {
  const { t } = useTranslation();

There are no issues that match your filters.

Category
Status