mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2025-12-17 16:03:23 +00:00
adding tests
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