Files
Baileys/jest.config.js
Adhiraj Singh 34f8f60d31 chore: lint
2023-02-21 11:49:59 +05:30

11 lines
159 B
JavaScript

module.exports = {
'roots': [
'<rootDir>/src'
],
'testMatch': [
'**/Tests/test.*.+(ts|tsx|js)',
],
'transform': {
'^.+\\.(ts|tsx)$': 'ts-jest'
},
}