UNPKG

shopee-client

Version:
18 lines 298 B
module.exports = { "testEnvironment": "node", "roots": [ "<rootDir>/test" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], }