diff --git a/jest.config.js b/jest.config.js index 3f20eda3..10729508 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,7 +1,7 @@ module.exports = { rootDir: './src', automock: false, - coverageDirectory: 'coverage/', + coverageDirectory: '../coverage/', collectCoverage: true, testURL: 'http://localhost', modulePathIgnorePatterns: [