ocrcc-chatbox/jest/cssTransform.js

9 lines
126 B
JavaScript
Raw Normal View History

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