forked from Github/safesupport-chatbox
cleaned up for github
This commit is contained in:
8
jest/cssTransform.js
Normal file
8
jest/cssTransform.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
process() {
|
||||
return 'module.exports = {};';
|
||||
},
|
||||
getCacheKey() {
|
||||
return 'cssTransform';
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user