TravBot-v3/jest.config.js
2021-01-26 07:22:23 -06:00

7 lines
152 B
JavaScript

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