@datr.tech/leith-common-seeders
Version:
A Leith package of common mongoose model seeders
29 lines (28 loc) • 643 B
JSON
{
"coveragePathIgnorePatterns": ["<rootDir>/test/fixtures"],
"coverageReporters": ["lcov", "json-summary", "text"],
"coverageThreshold": {
"global": {
"branches": 0,
"functions": 0,
"lines": 0,
"statements": 0
}
},
"moduleNameMapper": {
"@app-lcs2/(.*)": "<rootDir>/src/$1",
"@test-lcs2/(.*)": "<rootDir>/test/$1"
},
"preset": "ts-jest",
"testEnvironment": "node",
"testPathIgnorePatterns": [
"<rootDir>/.git/",
"<rootDir>/.github/",
"<rootDir>/.husky/",
"<rootDir>/coverage/",
"<rootDir>/node_modules/"
],
"transform": {
"^.+.tsx?$": ["ts-jest", {}]
}
}