diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-07-31 09:40:53 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-07-31 11:00:33 +0200 |
commit | 3a31397ac29f71db5313ea0e819a1362a019b5cc (patch) | |
tree | c14a1b88ccf1c4a7c57b752314ceec9c0e38b183 /tests/karma.config.js | |
parent | a384b4a97a2a4444d8e2c831765dbf35c8da0db2 (diff) | |
download | nextcloud-server-3a31397ac29f71db5313ea0e819a1362a019b5cc.tar.gz nextcloud-server-3a31397ac29f71db5313ea0e819a1362a019b5cc.zip |
Use `babel-loader-exclude-node-modules-except`
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 18c18f0b7b9..95392425f4d 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -52,7 +52,6 @@ module.exports = function(config) { srcFiles: [ // only test these files, others are not ready and mess // up with the global namespace/classes/state - 'apps/files_sharing/js/app.js', 'apps/files_sharing/js/dist/additionalScripts.js', 'apps/files_sharing/js/dist/files_sharing_tab.js', 'apps/files_sharing/js/dist/files_sharing.js', |