Skip to content

Commit

Permalink
Add smoke test for D2 layout option
Browse files Browse the repository at this point in the history
  • Loading branch information
felixvanoost committed Jun 12, 2023
1 parent ef551dd commit 949c282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/tests/smoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const tests = [
{engine: 'diagramsnet', file: 'diagramsnet-ui.xml', options: {}, outputFormat: ['svg', 'png']},
{engine: 'diagramsnet', file: 'diagramsnet-venn.xml', options: {}, outputFormat: ['svg', 'png']},
{engine: 'd2', file: 'connections.d2', options: {}, outputFormat: ['svg']},
{engine: 'd2', file: 'connections.d2', options: {layout: 'elk'}, outputFormat: ['svg']},
{engine: 'd2', file: 'connections.d2', options: {sketch: 'true'}, outputFormat: ['svg']},
{engine: 'wireviz', file: 'wireviz.yaml', options: {}, outputFormat: ['svg', 'png']},
{engine: 'tikz', file: 'periodic-table.tex', options: {}, outputFormat: ['jpeg', 'pdf', 'png', 'svg']}
Expand Down

0 comments on commit 949c282

Please sign in to comment.