diff options
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 1f903f58210..290790686b0 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -56,6 +56,16 @@ module.exports = function(config) { 'apps/files_sharing/js/share.js' ], testFiles: ['apps/files_sharing/tests/js/*.js'] + }, + { + name: 'files_external', + srcFiles: [ + // 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/mountsfilelist.js' + ], + testFiles: ['apps/files_external/tests/js/*.js'] }]; } |