X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=karma.conf.js;h=eada18ded519964e83d60c5e5d179d07534fd613;hb=de28c4ac6d377205440a33d3bc990d0c60cd6edb;hp=50c56bf3e94e34127f49510239d03972f15ebed3;hpb=3e3e4c3f081a33f0d5212f3a0715d6e55abbc549;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' },