Skip to content

Commit

Permalink
TAB-511 revisit "open tabs"
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Mar 20, 2024
1 parent a31cc8f commit 0aa67e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ yarn-error.log*
/public/cat.png
/.dev.env
/.prd.env
/.env.tmp
/.tabsets-backend-prd.env

1 comment on commit 0aa67e5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🔴 Statements 10.87% 2750/25297
🔴 Branches 49.22% 222/451
🔴 Functions 25.18% 143/568
🔴 Lines 10.87% 2750/25297

Test suite run failed

Failed tests: 0/38. Failed suites: 1/17.
  ● Test suite failed to run

    Configuration error:

    Could not locate module stores/permissionsStore mapped as:
    ../../src/stores/$1.

    Please check your configuration for these entries:
    {
      "moduleNameMapper": {
        "/^stores\/(.*)$/": "../../src/stores/$1"
      },
      "resolver": undefined
    }

      42 | import {useCommandExecutor} from "src/services/CommandExecutor";
      43 | import NewTabsetDialog from "components/dialogues/NewTabsetDialog.vue";
    > 44 | import {usePermissionsStore} from "stores/permissionsStore";
         | ^
      45 | import {FeatureIdent} from "src/models/AppFeature";
      46 | import {useSpacesStore} from "../../stores/spacesStore";
      47 | import {Tabset, TabsetStatus, TabsetType} from "src/models/Tabset";

      at createNoMappedModuleFoundError (node_modules/jest-resolve/build/resolver.js:759:17)
      at Object.<anonymous> (src/components/widgets/TabsetsSelectorWidget.vue:44:1)
      at Object.<anonymous> (src/pages/TabsetPage.vue:273:1)
      at Object.<anonymous> (src/pages/TabsetPage.jest.spec.ts:14:1)

Report generated by 🧪jest coverage report action from 0aa67e5

Please sign in to comment.