datahub/config/jest/cssTransform.js
2020-05-25 14:49:52 +01:00

8 lines
122 B
JavaScript

module.exports = {
process() {
return 'module.exports = {};'
},
getCacheKey() {
return 'cssTransform'
},
}