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