X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=karma.conf.js;h=eada18ded519964e83d60c5e5d179d07534fd613;hb=e74b6a1f9e68270153539450a8795e34a2d6ebbe;hp=50c56bf3e94e34127f49510239d03972f15ebed3;hpb=3426f10d5d829b79d6902521881bfc15b9f990b0;p=civicrm-core.git diff --git a/karma.conf.js b/karma.conf.js index 50c56bf3e9..eada18ded5 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -23,18 +23,18 @@ module.exports = function(config) { 'bower_components/angular-unsavedChanges/dist/unsavedChanges.js', 'tests/karma/modules.js', 'js/crm.ajax.js', - 'js/angular-*.js', - 'js/angular-crmMailing/*.js', + 'ang/*.js', + 'ang/**/*.js', 'tests/karma/lib/*.js', 'tests/karma/**/*.js', - 'partials/**/*.html' + 'ang/**/*.html' ], preprocessors : { - 'partials/**/*.html' : ['ng-html2js'] + 'ang/**/*.html' : ['ng-html2js'] }, ngHtml2JsPreprocessor: { - stripPrefix: 'partials/', + stripPrefix: 'ang/', prependPrefix: '~/', moduleName: 'crmResource' },