Files
SCM-Manager/scm-ui/jest.config.js
Philipp Czora b85776cb1d Added missing files
hg did not show them as added
2018-07-17 16:27:45 +02:00

5 lines
83 B
JavaScript

module.exports = {
collectCoverage: true,
coverageFormats: ["json", "html"]
};