forked from Github/safesupport-chatbox
cleaned up for github
This commit is contained in:
7
jest/fileTransform.js
Normal file
7
jest/fileTransform.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
process(src, filename) {
|
||||
return `module.exports = ${JSON.stringify(path.basename(filename))};`;
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user