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

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-07 23:38:04 +0300
committerLouis <6653109+artonge@users.noreply.github.com>2022-10-09 21:44:32 +0300
commitb078ebee8bff108e10ebc858363369ee35e86be6 (patch)
tree439b6a8d8bae40ebd013e8a04ec7dd946dcdcf93
parentd669e4ab5916d98831b76ba22b86e21409613400 (diff)
Fix exclude list
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5c3d6dd2..bc871f5b 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
},
"transformIgnorePatterns": [
"\\.pnp\\.[^\\/]+$",
- "/node_modules/(?!(@juliushaertl/vue-richtext)|(vue-material-design-icons)/)"
+ "/node_modules/(?!(@nextcloud/vue-richtext)|(vue-material-design-icons)/)"
],
"snapshotSerializers": [
"<rootDir>/node_modules/jest-serializer-vue"