summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-05-20 08:20:38 +0200
committerLukas Reschke <lukas@owncloud.com>2015-05-20 08:20:38 +0200
commit9be6d8cd39f2f6eed83de79280995606dbe5d3fa (patch)
tree26fdd6d05b99b18ad1d18099be703e7b2717f58e /tests
parentc49a06a68488b34fc7faf5dc3619516bb7b8cecf (diff)
parentf7a2b5e7a948f9bd8e5fcf5b642afad3fa84ae5d (diff)
downloadnextcloud-server-9be6d8cd39f2f6eed83de79280995606dbe5d3fa.tar.gz
nextcloud-server-9be6d8cd39f2f6eed83de79280995606dbe5d3fa.zip
Merge pull request #16446 from owncloud/fix-url-generation
Fix URL generation
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 997da4bcb26..8aeadc123e7 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -54,7 +54,8 @@ module.exports = function(config) {
'apps/files_sharing/js/app.js',
'apps/files_sharing/js/sharedfilelist.js',
'apps/files_sharing/js/share.js',
- 'apps/files_sharing/js/external.js'
+ 'apps/files_sharing/js/external.js',
+ 'apps/files_sharing/js/public.js'
],
testFiles: ['apps/files_sharing/tests/js/*.js']
},