Merge branch 'feature/widget-recurrence' into feat/add-double-datalab… #1622
Annotations
4 errors and 11 warnings
src/components/insights/charts/__tests__/HorizontalBarChart.spec.js > HorizontalBarChart > should format datalabels with the suffix:
src/components/insights/charts/__tests__/HorizontalBarChart.spec.js#L88
TypeError: formatter is not a function
❯ src/components/insights/charts/__tests__/HorizontalBarChart.spec.js:88:12
|
src/components/insights/widgets/__tests__/DynamicWidget.spec.js > DynamicWidget > widgetGraphData computed property > should return an object with labels and datasets when the condition is met:
src/components/insights/widgets/__tests__/DynamicWidget.spec.js#L200
AssertionError: expected { labels: [ 'January', …(2) ], …(1) } to deeply equal { labels: [ 'January', …(2) ], …(1) }
- Expected
+ Received
Object {
"datasets": Array [
Object {
"data": Array [
30,
40,
50,
],
+ "fullValues": Array [
+ undefined,
+ undefined,
+ undefined,
+ ],
},
],
"labels": Array [
"January",
"February",
"March",
],
}
❯ src/components/insights/widgets/__tests__/DynamicWidget.spec.js:200:42
|
src/components/insights/widgets/__tests__/DynamicWidget.spec.js > DynamicWidget > widgetGraphData computed property > should use widget.data.results when widget.data.data is not present:
src/components/insights/widgets/__tests__/DynamicWidget.spec.js#L247
AssertionError: expected { labels: [ 'A', 'B' ], …(1) } to deeply equal { labels: [ 'A', 'B' ], …(1) }
- Expected
+ Received
Object {
"datasets": Array [
Object {
"data": Array [
10,
20,
],
+ "fullValues": Array [
+ undefined,
+ undefined,
+ ],
},
],
"labels": Array [
"A",
"B",
],
}
❯ src/components/insights/widgets/__tests__/DynamicWidget.spec.js:247:42
|
lint-test-build
Process completed with exit code 1.
|
lint-test-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-test-build:
src/components/Markdown.vue#L1
Component name "Markdown" should always be multi-word
|
lint-test-build:
src/components/Markdown.vue#L4
'v-html' directive can lead to XSS attack
|
lint-test-build:
src/components/TagGroup.vue#L89
The "input" event has been triggered but not declared on `emits` option
|
lint-test-build:
src/components/TagGroup.vue#L125
The "close" event has been triggered but not declared on `emits` option
|
lint-test-build:
src/components/insights/cards/__tests__/CardEmpty.spec.js#L1
'vi' is defined but never used. Allowed unused vars must match /^_/u
|
lint-test-build:
src/components/insights/charts/HorizontalRecurrencyBarChart.vue#L167
'args' is defined but never used. Allowed unused args must match /^_/u
|
lint-test-build:
src/components/insights/charts/HorizontalRecurrencyBarChart.vue#L167
'pluginOptions' is defined but never used. Allowed unused args must match /^_/u
|
lint-test-build:
src/components/insights/charts/HorizontalRecurrencyBarChart.vue#L171
'bottom' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint-test-build:
src/components/insights/charts/HorizontalRecurrencyBarChart.vue#L171
'left' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint-test-build:
src/components/insights/charts/HorizontalRecurrencyBarChart.vue#L171
'right' is assigned a value but never used. Allowed unused vars must match /^_/u
|