1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:39:28 +00:00
Files
stratos/jest.config.json
2022-02-09 16:30:11 +00:00

13 lines
214 B
JSON

{
"clearMocks": true,
"collectCoverage": true,
"coverageDirectory": "coverage",
"coverageProvider": "v8",
"setupFilesAfterEnv": [
"jest-extended/all"
],
"testPathIgnorePatterns": [
"routes/test.js"
]
}