Index: perf/server/karma.conf.js |
diff --git a/perf/server/karma.conf.js b/perf/server/karma.conf.js |
index 8ceb9aef3578fd56d997566b216335d9fa94206b..099bfb69afcff90ed56f20e9295b2109cee74874 100644 |
--- a/perf/server/karma.conf.js |
+++ b/perf/server/karma.conf.js |
@@ -30,6 +30,7 @@ module.exports = function(config) { |
// list of files / patterns to load in the browser |
files: [ |
+ 'res/js/perf.js', |
'res/js/logic.js', |
'tests/*.js' |
], |