Skip to content

Commit

Permalink
Update test transform
Browse files Browse the repository at this point in the history
  • Loading branch information
xander-marjoram committed Apr 25, 2024
1 parent 42df42c commit 0af5f44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/utils/svgTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = {
}
});

return `module.exports = { render: ${render} }`;
return {
code: `module.exports = { render: ${render} }`
};
}
};

0 comments on commit 0af5f44

Please sign in to comment.