Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Aug 21, 2020
1 parent 2fe1c64 commit 9cb9396
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/plugins/vis_type_markdown/public/to_ast.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('markdown vis toExpressionAst function', () => {
});

it('with params', () => {
vis.params = { markdown: '### my markdown', font: 15, openLinksInNewTab: true };
vis.params = { markdown: '### my markdown', fontSize: 15, openLinksInNewTab: true };
const actual = toExpressionAst(vis);
expect(actual).toMatchSnapshot();
});
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9cb9396

Please sign in to comment.