safesupport-chatbox/jest/cssTransform.js

9 lines
126 B
JavaScript
Raw Permalink Normal View History

2020-05-07 14:45:17 +00:00
module.exports = {
process() {
return 'module.exports = {};';
},
getCacheKey() {
return 'cssTransform';
},
};