From 5b9a693fbc73b5bed59197af0f9961605cea11ec Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 20 Nov 2015 16:00:16 +0100 Subject: Added some unit tests for the status manager --- tests/karma.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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'] }, -- cgit v1.2.3