diff options
author | crupest <crupest@outlook.com> | 2019-02-22 00:14:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-22 00:14:24 +0800 |
commit | afd5851c6de944cc637e7de3410cf0f3adfdd6db (patch) | |
tree | f0302a26f012ef9c1c9ba454e1696f9200233e39 /Timeline/ClientApp/src/karma.conf.js | |
parent | b694d7a3e1b04bb942e5ba8224762d706f98a371 (diff) | |
download | timeline-afd5851c6de944cc637e7de3410cf0f3adfdd6db.tar.gz timeline-afd5851c6de944cc637e7de3410cf0f3adfdd6db.tar.bz2 timeline-afd5851c6de944cc637e7de3410cf0f3adfdd6db.zip |
Add test CI.
Diffstat (limited to 'Timeline/ClientApp/src/karma.conf.js')
-rw-r--r-- | Timeline/ClientApp/src/karma.conf.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/karma.conf.js b/Timeline/ClientApp/src/karma.conf.js index 4a9730b9..775e624c 100644 --- a/Timeline/ClientApp/src/karma.conf.js +++ b/Timeline/ClientApp/src/karma.conf.js @@ -10,6 +10,7 @@ module.exports = function (config) { require('karma-chrome-launcher'), require('karma-jasmine-html-reporter'), require('karma-coverage-istanbul-reporter'), + require('karma-junit-reporter'), require('@angular-devkit/build-angular/plugins/karma') ], client: { |