fix missing trailing comma (sonarcloud)
parent
bd296b8eb9
commit
a4f40455de
|
@ -25,7 +25,7 @@ module.exports = function(config) {
|
|||
},
|
||||
tfsReporter: {
|
||||
outputDir: 'testresults',
|
||||
outputFile: 'test_results.xml'
|
||||
outputFile: 'test_results.xml',
|
||||
},
|
||||
singleRun: true,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue