datahub/packages/portal/config/jest/cssTransform.js
2020-08-17 20:04:10 +05:30

9 lines
126 B
JavaScript

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