UNPKG

253 BPlain TextView Raw
1module.exports = {
2 roots: ["<rootDir>/server"],
3 testURL: "http://localhost",
4 transform: {
5 "^.+\\.tsx?$": "ts-jest"
6 },
7 testRegex: "((\\.|/)(test|spec))\\.tsx?$",
8 moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"]
9}