Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

Function TestCases has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const TestCases = (props: TestCasesProps): JSX.Element => {
  const { byIdentifier, as: component, name, ...otherProps } = props;

  const TestCaseComponent = component ?? TestCase;

There are no issues that match your filters.

Category
Status