Fix syntax error in karma config and add junit reporter

This commit is contained in:
Raoul Snyman 2019-08-26 15:16:45 -07:00
parent d69b031e54
commit 12b0852d14
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ module.exports = function(config) {
}, */
junitReporter: {
outputFile: "test-results.xml"
}
},
// web server port
port: 9876,

View File

@ -13,6 +13,7 @@
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.2.0",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-log-reporter": "0.0.4"
},
"scripts": {