1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-11 15:49:01 +00:00
bramw_baserow/web-frontend/test/helpers/stubFileTransformer.js
2024-04-23 12:12:46 +00:00

11 lines
183 B
JavaScript

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