summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-09-15 10:27:33 +0200
committerVincent Petry <pvince81@owncloud.com>2015-09-16 07:23:29 +0200
commit886f1ed660e91edb8f370cf711ed395fdff7dc30 (patch)
treedbe4bb2db145c88fa34a801d605acf24459c7c7c /tests
parent41f16e821a086d9529cc4eb3f26e24bbb1e04c72 (diff)
downloadnextcloud-server-886f1ed660e91edb8f370cf711ed395fdff7dc30.tar.gz
nextcloud-server-886f1ed660e91edb8f370cf711ed395fdff7dc30.zip
Update JS unit tests for share dialog (WIP)
Diffstat (limited to 'tests')
-rw-r--r--tests/karma.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index d3280b2939a..64a94ef230b 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -55,7 +55,8 @@ module.exports = function(config) {
'apps/files_sharing/js/sharedfilelist.js',
'apps/files_sharing/js/share.js',
'apps/files_sharing/js/external.js',
- 'apps/files_sharing/js/public.js'
+ 'apps/files_sharing/js/public.js',
+ 'apps/files_sharing/js/sharetabview.js'
],
testFiles: ['apps/files_sharing/tests/js/*.js']
},