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>2017-11-13 18:31:50 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-11-13 18:31:50 +0300
commit2c798ed7a02b8c44c616c729df0ad776df6051b8 (patch)
tree27e44c57e34351afbc195e9ccb1ab5a1d1a29d47 /karma.conf.js
parent2e102ec90cf64f2326020cad51a90c6f464b8d3d (diff)
Fix js tests by excluding build artefacts
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'karma.conf.js')
-rw-r--r--karma.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/karma.conf.js b/karma.conf.js
index eb9b5e854..211ab58d5 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -22,7 +22,7 @@ module.exports = function (config) {
// all files ending in "_test"
{pattern: 'js/tests/*_spec.js', watched: false},
{pattern: 'js/tests/**/*_spec.js', watched: false},
- {pattern: 'js/build/build.js', included: true}
+ {pattern: 'js/build/build.js', included: false}
],
// list of files to exclude