aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/karma.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 14e01d36101..0dca3bc8a58 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -127,6 +127,8 @@ module.exports = function(config) {
files.push(corePath + 'tests/html-domparser.js');
files.push('core/js/dist/main.js');
+ files.push('core/js/dist/files_fileinfo.js');
+ files.push('core/js/dist/files_client.js');
// core mocks
files.push(corePath + 'tests/specHelper.js');