mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-12-12 18:10:46 +01:00
9 lines
242 B
JavaScript
9 lines
242 B
JavaScript
|
module.exports = {
|
||
|
"name": "",
|
||
|
"verbose": false,
|
||
|
"collectCoverage": true,
|
||
|
"collectCoverageFrom": ["./src/**"],
|
||
|
"coverageDirectory": "./out/coverage/",
|
||
|
"testPathIgnorePatterns": ["/__tests__/functions.js" ],
|
||
|
};
|