ocrcc-chatbox/jest/cssTransform.js

9 lines
126 B
JavaScript
Raw Permalink Normal View History

2018-05-30 01:56:01 +00:00
module.exports = {
process() {
return 'module.exports = {};';
2018-05-30 01:56:01 +00:00
},
getCacheKey() {
return 'cssTransform';
2018-05-30 01:56:01 +00:00
},
};