ToolJet/frontend/__mocks__/svg.js

10 lines
164 B
JavaScript
Raw Normal View History

2022-02-23 04:18:05 +00:00
module.exports = {
process() {
return 'module.exports = {};';
},
getCacheKey() {
// The output is always the same.
return 'svgTransform';
},
};