mirror of
https://codeberg.org/JasterV/sentences-crud.git
synced 2026-04-27 02:15:43 +00:00
11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"preset": "ts-jest",
|
|
"coverageDirectory": "./coverage",
|
|
"collectCoverageFrom": [
|
|
"src/**/*.{ts,tsx,js,jsx}",
|
|
"!src/**/*.d.ts"
|
|
],
|
|
"testMatch": [
|
|
"<rootDir>/**/*.test.ts"
|
|
]
|
|
}
|