mirror of
https://codeberg.org/JasterV/sentences-crud.git
synced 2026-04-26 18:10:05 +00:00
13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"preset": "ts-jest",
|
|
"coverageDirectory": "./coverage",
|
|
"collectCoverageFrom": [
|
|
"src/**/*.{ts,tsx,js,jsx}",
|
|
"!src/**/*.d.ts"
|
|
],
|
|
"testMatch": [
|
|
"<rootDir>/**/*.test.ts"
|
|
],
|
|
"resetMocks": true,
|
|
"clearMocks": true
|
|
}
|