diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-02-08 11:43:42 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-02-09 10:59:29 +0100 |
commit | e378a757fffa3e43a798c0bce7d2d831912bcf75 (patch) | |
tree | f5af92a98e4cc048b169f06fba1b7be37318fee7 /tests | |
parent | ae367c7e97b99885c7cb1feadae22aa1bb6cb729 (diff) | |
download | nextcloud-server-e378a757fffa3e43a798c0bce7d2d831912bcf75.tar.gz nextcloud-server-e378a757fffa3e43a798c0bce7d2d831912bcf75.zip |
Add system tags filter section for files app
Diffstat (limited to 'tests')
-rw-r--r-- | tests/karma.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 2b569fb7584..111af7a1559 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -101,6 +101,7 @@ module.exports = function(config) { // need to enforce loading order... 'apps/systemtags/js/app.js', 'apps/systemtags/js/systemtagsinfoview.js', + 'apps/systemtags/js/systemtagsfilelist.js', 'apps/systemtags/js/filesplugin.js' ], testFiles: ['apps/systemtags/tests/js/**/*.js'] |