mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:19:30 +00:00
Rewrite jest config to json format
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
/*
|
||||
* For a detailed explanation regarding each configuration property, visit:
|
||||
* https://jestjs.io/docs/configuration
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
clearMocks: true,
|
||||
collectCoverage: true,
|
||||
coverageDirectory: 'coverage',
|
||||
coverageProvider: 'v8',
|
||||
setupFilesAfterEnv: [
|
||||
'jest-extended/all'
|
||||
]
|
||||
};
|
||||
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