Uploaded image for project: 'OCMUI - OpenShift Cluster Manager UI'
  1. OCMUI - OpenShift Cluster Manager UI
  2. OCMUI-1505

normalize test folders by renaming them to __tests__

    • Icon: Task Task
    • Resolution: Done
    • Icon: Minor Minor
    • None
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • OCM Core Sprint 250

      there are actually 34 _test_ folders vs 16 _tests_ folders, so I guess it is time to normalize them all to _tests_ since it seems to be the one recommended by jest https://jestjs.io/docs/configuration

      $ find ./ -type d -name '__test__' ! -path "*/node_modules/*" | wc -l
      34
      $ find ./ -type d -name '__tests__' ! -path "*/node_modules/*" | wc -l
      16
      

            emingora Enrique Mingorance Cano
            emingora Enrique Mingorance Cano
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: