Files
Baileys/jest.config.js
2021-12-02 11:38:24 +05:30

11 lines
159 B
JavaScript

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