mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 17:59:25 +00:00
15 lines
294 B
JavaScript
15 lines
294 B
JavaScript
/*
|
|
* 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'
|
|
]
|
|
};
|