mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
module.exports = {
|
|
roots: ["<rootDir>/src"],
|
|
testMatch: ["**/*.test.+(ts|tsx)"],
|
|
transform: {
|
|
"^.+\\.(ts|tsx)$": "ts-jest"
|
|
}
|
|
};
|