mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 15:39:25 +00:00
Rewrite jest config to json format
This commit is contained in:
9
jest.config.json
Normal file
9
jest.config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"clearMocks": true,
|
||||
"collectCoverage": true,
|
||||
"coverageDirectory": "coverage",
|
||||
"coverageProvider": "v8",
|
||||
"setupFilesAfterEnv": [
|
||||
"jest-extended/all"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user