Skip to content

Commit

Permalink
Use padding in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Jan 6, 2020
1 parent 98abcd5 commit 2aa806b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/node-cjs-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let lsParams = {
let svgParams = {
width: 600,
height: 600,
padding: 10,
fill: "skyblue",
stroke: "green"
};
Expand Down
1 change: 1 addition & 0 deletions test/params.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export let lsParams = {
export let svgParams = {
width: 600,
height: 600,
padding: 10,
// fill: "skyblue",
stroke: "green"
};

0 comments on commit 2aa806b

Please sign in to comment.