Also escape subtype to fix POC#2 found by Patrick
[civicrm-core.git] / karma.conf.js
index 76a758c2cebc181dee324345fcf15b5e2beaf07e..2915dc7814fe5020a03f613abe5ce5eaf923edc5 100644 (file)
@@ -32,6 +32,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 +64,7 @@ module.exports = function(config) {
     port: 9876,
     reporters: ['progress'],
     junitReporter: {
+      useBrowserName: false,
       outputFile: 'tests/output/karma.xml',
       suite: ''
     },