Skip to content

Commit deea1c8

Browse files
committed
📸 Add title to test and updated snapshot
1 parent c7a846a commit deea1c8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/plugins/vis_type_table/public/__snapshots__/table_vis_fn.test.ts.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugins/vis_type_table/public/table_vis_fn.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ describe('interpreter/functions#table', () => {
3737
columns: [{ id: 'col-0-1', name: 'Count' }],
3838
};
3939
const visConfig = {
40+
title: 'My Chart title',
4041
perPage: 10,
4142
showPartialRows: false,
4243
showMetricsAtAllLevels: false,

0 commit comments

Comments
 (0)