mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
14 lines
223 B
JavaScript
14 lines
223 B
JavaScript
module.exports = {
|
|
'roots': [
|
|
'<rootDir>/src'
|
|
],
|
|
'testMatch': [
|
|
'**/Tests/test.*.+(ts|tsx|js)',
|
|
],
|
|
'transform': {
|
|
'^.+\\.(ts|tsx)$': 'ts-jest'
|
|
},
|
|
moduleNameMapper: {
|
|
'^axios$': require.resolve('axios'),
|
|
},
|
|
} |