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-09-01 20:29:55 +0300
committerVincent Petry <pvince81@owncloud.com>2015-09-03 17:47:24 +0300
commit310d79728447ecf69f18d0b61a527397bd961888 (patch)
tree805b2a0a40ed5ce7acb58afb90ad7c18e760e037 /tests/karma.config.js
parente9e42fff61a922f11a3b1014d810562537950b6a (diff)
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
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js10
1 files changed, 10 insertions, 0 deletions
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
@@ -71,6 +71,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: [
'settings/js/apps.js',