X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=karma.conf.js;h=1710c33fdc590a2ebc269766c99e930cde51ba5f;hb=94db3e6e42f46c2df90603c616b520cb3053765c;hp=76a758c2cebc181dee324345fcf15b5e2beaf07e;hpb=8bad8b1e8d55e45c90724999d2eec8e3a57bb89b;p=civicrm-core.git diff --git a/karma.conf.js b/karma.conf.js index 76a758c2ce..1710c33fdc 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -21,6 +21,7 @@ module.exports = function(config) { autoWatch: true, browsers: ['PhantomJS'], exclude: [ + 'ang/api4Explorer/Explorer.js' ], files: [ 'bower_components/phantomjs-polyfill/bind-polyfill.js', @@ -32,6 +33,7 @@ module.exports = function(config) { 'bower_components/jquery-validation/dist/jquery.validate.min.js', 'packages/jquery/plugins/jquery.timeentry.js', 'js/Common.js', + 'js/crm.datepicker.js', 'bower_components/angular/angular.js', 'js/crm.angular.js', angularTempFile, @@ -63,6 +65,7 @@ module.exports = function(config) { port: 9876, reporters: ['progress'], junitReporter: { + useBrowserName: false, outputFile: 'tests/output/karma.xml', suite: '' },