greenly-hiring-test/jest.json
2024-02-27 22:09:39 +01:00

9 lines
182 B
JSON

{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": "./src",
"testEnvironment": "node",
"testRegex": ".test.ts",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}