Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-11-20 18:00:16 +0300
committerVincent Petry <pvince81@owncloud.com>2015-11-20 18:00:16 +0300
commit5b9a693fbc73b5bed59197af0f9961605cea11ec (patch)
tree17d72884fe080d728616ffecdeead4e05515ec0d /tests/karma.config.js
parent31cfd43e8ad95bec0086409597c35294b7d19df6 (diff)
Added some unit tests for the status manager
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 64a94ef230b..10c5fa3344e 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -67,7 +67,8 @@ module.exports = function(config) {
// up with the global namespace/classes/state
'apps/files_external/js/app.js',
'apps/files_external/js/mountsfilelist.js',
- 'apps/files_external/js/settings.js'
+ 'apps/files_external/js/settings.js',
+ 'apps/files_external/js/statusmanager.js'
],
testFiles: ['apps/files_external/tests/js/*.js']
},