LearnersGuild/echo

View on GitHub
src/common/components/__tests__/SurveyForm.test.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getField has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getField(type) {
  switch (type) {
    case 'TEXT':
      return {
        type: 'TEXT',
Severity: Minor
Found in src/common/components/__tests__/SurveyForm.test.js - About 1 hr to fix

    FIXME found
    Open

     * FIXME: Temporarily disabling tests that require a full mount due to:

    There are no issues that match your filters.

    Category
    Status