ToolJet/frontend/__mocks__/svg.js
2022-02-23 09:48:05 +05:30

9 lines
164 B
JavaScript

module.exports = {
process() {
return 'module.exports = {};';
},
getCacheKey() {
// The output is always the same.
return 'svgTransform';
},
};