You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)
0aa67e5
There was a problem hiding this comment.
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
Test suite run failed
Failed tests: 0/38. Failed suites: 1/17.
Report generated by 🧪jest coverage report action from 0aa67e5