aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/karma.conf.js
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server/karma.conf.js')
-rw-r--r--sonar-server/karma.conf.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/sonar-server/karma.conf.js b/sonar-server/karma.conf.js
index de6a2a042a2..8ce085110ce 100644
--- a/sonar-server/karma.conf.js
+++ b/sonar-server/karma.conf.js
@@ -14,7 +14,7 @@ module.exports = function(config) {
config.set({
// base path, that will be used to resolve files and exclude
- basePath: 'src/main/webapp/js',
+ basePath: 'src/main/js',
// frameworks to use
@@ -33,9 +33,6 @@ module.exports = function(config) {
// libs
{ pattern: 'third-party/**/*.js', included: false },
- // templates
- { pattern: '../WEB-INF/app/views/**/*.hbs.erb', included: false },
-
// common
{ pattern: 'common/**/*.js', included: false },