stable
Clone or download
Read-only
request #13319 create vue utils tests for Personal Timetracking widget
Add some vue utils tests to tests the components of timetracking personal widget Change-Id: I30f97bdf1b33b1521014fb0ae87e129286546f78
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/app.spec.js | +6 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.spec.js | +65 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.vue | +0 | −2 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.spec.js | +86 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.vue | +7 | −6 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue | +4 | −3 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.spec.js | +67 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.vue | +2 | −3 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.spec.js | +85 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue | +6 | −4 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.spec.js | +57 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.vue | +2 | −2 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/helpers/local-vue.js | +33 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/helpers/store-wrapper.spec-helper.js | +42 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/index.js | +5 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/actions.spec.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/getters.spec.js | +27 | −25 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/index.js | +8 | −6 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.js | +5 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.spec.js | +83 | −81 | Go to diff View file |