diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-10-19 19:30:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 19:30:57 +0200 |
commit | 0b27487f83e1f0697c0375aeffee5802a1b717fb (patch) | |
tree | 5e12f5c2d725c4cb2884c51d89449fd54e4716fa | |
parent | 97717ae3a72d160cdbb9658f577db8f3d8f22f81 (diff) | |
parent | 9d36cc72563afc54b614c08bae527da25361ad46 (diff) | |
download | nextcloud-server-0b27487f83e1f0697c0375aeffee5802a1b717fb.tar.gz nextcloud-server-0b27487f83e1f0697c0375aeffee5802a1b717fb.zip |
Merge pull request #11937 from nextcloud/fix/files_external_js_tests
Fix js unit 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 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' |