diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-03-20 14:17:32 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-03-20 14:17:32 +0100 |
commit | e44ab2dcfed7a613af145174ee93668c931adf56 (patch) | |
tree | dd89cfce636d75f25c103238ca6c5d05bc534be5 /tests | |
parent | 0b1c4bfc3bae1ece32f064d9d96527ece2cfab62 (diff) | |
parent | c37913b1d506c0a4afe035de0e4c4fd5a80bb6ea (diff) | |
download | nextcloud-server-e44ab2dcfed7a613af145174ee93668c931adf56.tar.gz nextcloud-server-e44ab2dcfed7a613af145174ee93668c931adf56.zip |
Merge pull request #11884 from owncloud/ext-appframework
Cleanup ext storage CRUD code, introduce storage config id
Diffstat (limited to 'tests')
-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 e5febb15aaa..997da4bcb26 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -64,7 +64,8 @@ module.exports = function(config) { // only test these files, others are not ready and mess // up with the global namespace/classes/state 'apps/files_external/js/app.js', - 'apps/files_external/js/mountsfilelist.js' + 'apps/files_external/js/mountsfilelist.js', + 'apps/files_external/js/settings.js' ], testFiles: ['apps/files_external/tests/js/*.js'] }, |