diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-11-20 16:00:16 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-11-20 16:00:16 +0100 |
commit | 5b9a693fbc73b5bed59197af0f9961605cea11ec (patch) | |
tree | 17d72884fe080d728616ffecdeead4e05515ec0d /tests/karma.config.js | |
parent | 31cfd43e8ad95bec0086409597c35294b7d19df6 (diff) | |
download | nextcloud-server-5b9a693fbc73b5bed59197af0f9961605cea11ec.tar.gz nextcloud-server-5b9a693fbc73b5bed59197af0f9961605cea11ec.zip |
Added some unit tests for the status manager
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 3 |
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'] }, |