stable
Clone or download
Read-only
Part of request #35089 Convert personal-timetracking-widget to Vue3 + TS - Adapt WidgetModalEditTime.test.ts to make it passable with Composition API and Vitest (because data like `date` are private with Composition API) No functional change expected Change-Id: Id0e69160c31b656a6b5b982b2f468fee4ff46e33
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/timetracking/scripts/personal-timetracking-widget/jest.config.js | +0 | −43 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/package.json | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/api/rest-querier.test.ts | +5 | −4 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/TimetrackingWidget.test.ts | +2 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.test.ts | +2 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.test.ts | +3 | −3 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalEditTime.test.ts | +12 | −10 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalEditTime.vue | +2 | −0 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.test.ts | +2 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.test.ts | +1 | −0 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/store/actions.test.ts | +16 | −19 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/store/getters.test.ts | +1 | −0 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/store/mutations.test.ts | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/tsconfig.json | +0 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/vite.config.ts | +1 | −1 | Go to diff View file |