8 lines
145 B
JSON
8 lines
145 B
JSON
![]() |
{
|
||
|
"transform": {
|
||
|
"^.+\\.(t|j)sx?$": "ts-jest"
|
||
|
},
|
||
|
"testRegex": "/test/.*\\.test\\.ts$",
|
||
|
"collectCoverageFrom": ["src/**/*.{ts,js}"]
|
||
|
}
|