mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2025-12-08 20:25:50 +00:00
11 lines
318 B
JSON
11 lines
318 B
JSON
{
|
|
"rootDir": "test",
|
|
"transform": {
|
|
"^.+\\.(t|j)sx?$": "ts-jest"
|
|
},
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
|
|
"coverageDirectory": "<rootDir>/../coverage",
|
|
"setupFilesAfterEnv": ["<rootDir>/setupTests.ts"]
|
|
}
|