From 310d79728447ecf69f18d0b61a527397bd961888 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 1 Sep 2015 19:29:55 +0200 Subject: Add versions tab to files sidebar - move versions to a tab in the files sidebar - added mechanism to auto-update the row in the FileList whenever values are set to the FileInfoModel given to the sidebar - updated tags/favorite action to make use of that new mechanism --- tests/karma.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests') diff --git a/tests/karma.config.js b/tests/karma.config.js index 7b3877f7766..d3280b2939a 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -70,6 +70,16 @@ module.exports = function(config) { ], testFiles: ['apps/files_external/tests/js/*.js'] }, + { + name: 'files_versions', + srcFiles: [ + // need to enforce loading order... + 'apps/files_versions/js/versionmodel.js', + 'apps/files_versions/js/versioncollection.js', + 'apps/files_versions/js/versionstabview.js' + ], + testFiles: ['apps/files_versions/tests/js/**/*.js'] + }, { name: 'settings', srcFiles: [ -- cgit v1.2.3