1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-21 15:27:53 +00:00
bramw_baserow/web-frontend/test/helpers/stubFileTransformer.js
2024-04-23 12:12:46 +00:00

12 lines
183 B
JavaScript

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