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:
authorVincent Petry <vincent@nextcloud.com>2021-06-10 16:10:46 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2021-06-10 17:40:09 +0300
commit18df7079c0c42192bdc465d908db4bda1285685f (patch)
treedb79dfc6372b2e590ec9df90cdc88023a477b525 /jest.config.js
parentdeeeec37b652ae5fb96df738eed47a197d4fc99d (diff)
Also transpile @nextcloud/vue in jest config
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
index 8df201d95..6bce68e75 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -25,6 +25,7 @@ const ignorePatterns = [
'vue-material-design-icons',
'@juliushaertl',
'tributejs',
+ '@nextcloud/vue',
'splitpanes',
'string-length',
'strip-ansi',