tuitio-client/jestconfig.json

8 lines
196 B
JSON
Raw Normal View History

2023-02-07 00:32:31 +02:00
{
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
}