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