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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-03-07 15:51:40 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-03-07 15:57:06 +0300
commitc91a297fa56a9483c039e8eb888b687fdc68a01a (patch)
tree080bfcb5c8da56748aa34275b52673e61dd525cb /karma.conf.js
parent3df3aafd753207ce366f0c355c8450ac4283fd36 (diff)
Try to exclude test files from test coverage
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 9040bd3..3c4ca40 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -29,7 +29,7 @@ module.exports = function (config) {
// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
- 'js/**[!vendor]/*[!spec].js': ['coverage']
+ 'js/*.js': ['coverage']
},
// test results reporter to use