summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-11-22 07:58:28 -1000
committerBenjamin Brahmer <info@b-brahmer.de>2022-12-01 13:17:21 +0100
commit208cfa81096ca6993ac34f393c8e7648350f8fad (patch)
tree33ffc91528a49d5523138c0a4f12ce766f8d4ca5 /package.json
parenta12e334ce2cf35f2aecc89b157f8d091b65aa1ab (diff)
add unit tests for admin settings
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7ede16639..b3b42fadd 100644
--- a/package.json
+++ b/package.json
@@ -49,6 +49,7 @@
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.0.1",
+ "regenerator-runtime": "^0.13.11",
"vue": "^2.6.14",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
@@ -141,7 +142,8 @@
"^.+\\.ts?$": "ts-jest"
},
"transformIgnorePatterns": [
- "/node_modules/(?!(@nextcloud)|(vue-material-design-icons))"
+ "/node_modules/(?!(@nextcloud)|(vue-material-design-icons))",
+ "/node_modules/@nextcloud/password-confirmation"
],
"snapshotSerializers": [
"jest-serializer-vue"