fix missing trailing comma (sonarcloud)

10.7.0-preview
Richard Cooper 2019-11-06 18:28:33 +00:00
parent bd296b8eb9
commit a4f40455de
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module.exports = function(config) {
},
tfsReporter: {
outputDir: 'testresults',
outputFile: 'test_results.xml'
outputFile: 'test_results.xml',
},
singleRun: true,
});