greenly-hiring-test/jest.json

10 lines
182 B
JSON
Raw Normal View History

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