mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 13:59:25 +00:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"clearMocks": true,
|
|
"collectCoverage": true,
|
|
"coverageDirectory": "coverage",
|
|
"coverageProvider": "v8",
|
|
"setupFilesAfterEnv": [
|
|
"jest-extended/all"
|
|
],
|
|
"testPathIgnorePatterns": [
|
|
"routes/test.js"
|
|
]
|
|
}
|