X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=karma.conf.js;h=1710c33fdc590a2ebc269766c99e930cde51ba5f;hb=8b00f7f2373a7363db1e57eea595a3e673d78eaf;hp=577f7248ca6a011ccc979abeadaa9204fcd14d32;hpb=f13ec3b56d02178673b6769167e9d8dd20ce6b6b;p=civicrm-core.git diff --git a/karma.conf.js b/karma.conf.js index 577f7248ca..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, @@ -67,6 +69,6 @@ module.exports = function(config) { outputFile: 'tests/output/karma.xml', suite: '' }, - singleRun: true + singleRun: false }); };