mirror of
https://github.com/SrIzan10/util-utils.git
synced 2026-06-28 03:22:30 +00:00
9 lines
269 B
JSON
9 lines
269 B
JSON
{
|
|
"transform": {
|
|
"^.+\\.(t|j)sx?$": "ts-jest"
|
|
},
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
|
|
"collectCoverageFrom": ["src/**/*.{ts,tsx}"],
|
|
"collectCoverage":true
|
|
} |