Files
SimfonyBasics/spa/node_modules/endent/jest.config.json
2024-07-05 13:46:23 +02:00

8 lines
155 B
JSON

{
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "test.ts$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
}