greenly-hiring-test/jest.json

11 lines
226 B
JSON
Raw Permalink Normal View History

2024-02-27 22:09:39 +01:00
{
2024-02-28 10:09:28 +01:00
"coveragePathIgnorePatterns": ["seed-*"],
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"
}
}