1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-25 13:23:42 +00:00
bramw_baserow/web-frontend/test/helpers/stubSvgTransformer.js
2023-04-28 10:56:33 +00:00

11 lines
182 B
JavaScript

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