theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/components/Editor/__tests__/EditorSelectors.test.js

Summary

Maintainability
A
3 hrs
Test Coverage

fixtures has 28 functions (exceeds 20 allowed). Consider refactoring.
Open

const fixtures = {
  'should return editor': () => selectEditor(state),
  'should return selected host': () => selectChosenHost(state),
  'should return selectPreviewResult': () => selectPreviewResult(state),
  'should return selectErrorText': () => selectErrorText(state),

    There are no issues that match your filters.

    Category
    Status