dcb-service-merchant-config/test/jest-e2e.json
Mamadou Khoussa [028918 DSI/DAC/DIF/DS] f249567baa first commit
2025-10-30 03:43:36 +00:00

10 lines
183 B
JSON

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