mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Update karma.conf.js
This commit is contained in:
@@ -36,6 +36,8 @@ module.exports = function (config) {
|
||||
dir: require('path').join(__dirname, 'coverage', project),
|
||||
subdir: '.',
|
||||
reporters: [{ type: 'html' }, { type: 'text-summary' }, { type: 'cobertura', file: 'cobertura.xml' }],
|
||||
// include all files
|
||||
includeAllSources: true,
|
||||
},
|
||||
junitReporter: {
|
||||
outputDir: require('path').join(__dirname, 'testresults', project),
|
||||
|
||||
Reference in New Issue
Block a user