Skip to content

Commit

Permalink
Update jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid committed Jul 5, 2023
1 parent 01318c5 commit a593c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JS/jest/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module.exports = {
transform: {
'\\.[tj]s$': 'babel-jest',
},
coverageDirectory: '.qodana/coverage-data/',
coverageDirectory: '.qodana/code-coverage/',
coverageReporters: ['lcovonly']
};

0 comments on commit a593c90

Please sign in to comment.