Skip to content

Commit da2a438

Browse files
committed
Updated test with latest components
1 parent 762355a commit da2a438

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tests/getVueDataUiConfig.test.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,28 @@ import getVueDataUiConfig from "../src/getVueDataUiConfig";
55
describe('getVueDataUiConfig', () => {
66

77
const components = [
8+
"heatmap",
89
'3d_bar',
10+
'accordion',
911
'age_pyramid',
1012
'annotator',
1113
'candlestick',
1214
'chestnut',
15+
'cursor',
1316
'dashboard',
1417
'digits',
1518
'donut',
16-
'donut',
1719
'donut_evolution',
1820
'galaxy',
1921
'gauge',
20-
"heatmap",
2122
'kpi',
2223
'mini_loader',
2324
'molecule',
2425
'mood_radar',
2526
'nested_donuts',
2627
'onion',
2728
'quadrant',
29+
'quick_chart',
2830
'radar',
2931
'rating',
3032
'relation_circle',
@@ -33,19 +35,21 @@ describe('getVueDataUiConfig', () => {
3335
'screenshot',
3436
'skeleton',
3537
'smiley',
38+
'spark_trend',
3639
'sparkbar',
3740
'sparkgauge',
3841
'sparkhistogram',
3942
'sparkline',
4043
'sparkstackbar',
4144
'table',
45+
'table_heatmap',
4246
'table_sparkline',
4347
'thermometer',
4448
'tiremarks',
4549
'vertical_bar',
4650
'waffle',
4751
'wheel',
48-
'xy'
52+
'xy',
4953
]
5054

5155
components.forEach(component => {

0 commit comments

Comments
 (0)