diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-19 15:54:22 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-19 15:54:22 +0200 |
commit | 9d36cc72563afc54b614c08bae527da25361ad46 (patch) | |
tree | 8e4eeb64d9c7112d504525a9eb6f91a519a3f092 /tests/karma.config.js | |
parent | 851f52588999421f7a1119451ddcf90637eb82b4 (diff) | |
download | nextcloud-server-9d36cc72563afc54b614c08bae527da25361ad46.tar.gz nextcloud-server-9d36cc72563afc54b614c08bae527da25361ad46.zip |
Fix js unit tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/karma.config.js')
-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 fe5b7a79d18..fc49056e177 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -67,6 +67,7 @@ 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/templates.js', 'apps/files_external/js/mountsfilelist.js', 'apps/files_external/js/settings.js', 'apps/files_external/js/statusmanager.js' |