Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-24 15:01:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-24 15:01:53 +0300
commit19f635be1d62145e3afe25d26cf2b5a8bbf668c9 (patch)
tree179a481e84d016af5e3192ccbfad229fc7fe1020 /karma.conf.js
parent829d77b01e208891fd258dae6fe3b34d2a6dd770 (diff)
Clean up unused Karma config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'karma.conf.js')
-rw-r--r--karma.conf.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/karma.conf.js b/karma.conf.js
index 52fc37838..2093d35ce 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -16,11 +16,6 @@ module.exports = function (config) {
frameworks: ['jasmine-ajax', 'jasmine', 'sinon'],
files: [
- {pattern: 'node_modules/es6-object-assign/dist/object-assign.min.js', included: true},
- {pattern: 'node_modules/string.prototype.startswith/startswith.js', included: true},
- {pattern: 'node_modules/string.prototype.endswith/endswith.js', included: true},
- {pattern: 'node_modules/string.prototype.repeat/repeat.js', included: true},
- {pattern: 'node_modules/jquery/dist/jquery.js', included: true},
{pattern: 'js/tests/test-main.js', included: true},
// all files ending in "_test"
{pattern: 'js/tests/*_spec.js', watched: false},