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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-05-08 12:03:58 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-05-08 12:31:04 +0300
commitdd19a43ccd627f5885bfb1efa9599a62e30d56c9 (patch)
tree73a5f137cf59d24ba27e210546d319a567731983 /Makefile
parent208d58d25c82bd8f899a5af916cbacbfdde0b49d (diff)
Remove JavaScript test configuration and dependencies
Currently there are no JavaScript unit tests, so the related stuff can be removed and added later if/when needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d21bbd9f..0cd1e51d9 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,6 @@ appstore: clean install-deps
--exclude=.jshintignore \
--exclude=js/views/templates \
--exclude=js/tests \
- --exclude=karma.conf.js \
--exclude=l10n/no-php \
--exclude=.tx \
--exclude=Makefile \