10 lines
272 B
JSON
10 lines
272 B
JSON
|
|
{
|
||
|
|
"transform": {
|
||
|
|
"^.+\\.(t|j)sx?$": "ts-jest"
|
||
|
|
},
|
||
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test))\\.(jsx?|tsx?)$",
|
||
|
|
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
|
||
|
|
"coverageDirectory": "./coverage/",
|
||
|
|
"collectCoverage": true
|
||
|
|
}
|