mirror of
https://github.com/SrIzan10/util-utils.git
synced 2026-06-09 16:12:28 +00:00
8 lines
194 B
JSON
8 lines
194 B
JSON
{
|
|
"transform": {
|
|
"^.+\\.(t|j)sx?$": "ts-jest"
|
|
},
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
"moduleFileExtensions": ["ts", "js"],
|
|
"testEnvironment": "node"
|
|
} |