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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-17 22:42:41 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-18 16:22:47 +0300
commit108ca00c16793d33f9edcdfff215b3ccd40e5972 (patch)
tree220c51c3d41b6b0201c858e4a72d00d6ab050a8a /.eslintignore
parentd88b2e769cd26cb70e8fa05d467596ca6483faef (diff)
add karma/jasmine config for js unit testing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 76cbb9155..12649052d 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,2 +1,4 @@
js/simplewebrtc.js
js/vendor/*
+js/tests/*
+karma.conf.js