summaryrefslogtreecommitdiffstats
path: root/karma.conf.js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-23 17:32:04 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-23 23:06:18 +0100
commite650894b5336ba6208d2ac88bfdd156d3d1542bd (patch)
tree76532af4e9d52dd838b288759ce8829a28e55f45 /karma.conf.js
parent2c7f65ba6b5f9a7b43ae31213d568c16ab19373d (diff)
Improve search - fixes #268 #224
Diffstat (limited to 'karma.conf.js')
-rw-r--r--karma.conf.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/karma.conf.js b/karma.conf.js
index 24e1ac11..71cdd89a 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -12,6 +12,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
+ '../../core/vendor/underscore/underscore.js',
'js/vendor/angular/angular.js',
'js/vendor/angular-route/angular-route.js',
'js/vendor/angular-uuid4/angular-uuid4.js',
@@ -85,4 +86,4 @@ module.exports = function(config) {
// how many browser should be started simultaneous
concurrency: Infinity
})
-}
+};