summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-10-06 21:50:25 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2022-11-02 11:27:20 +0100
commit6557bb28732e03f3831b9c4ebce64346ce9695f5 (patch)
tree2a3c3a5f6f97fe50c91ea6a6a7112068d856a71a /package.json
parent902ff04ac2fabb47eed1087927ab2acc75693cd0 (diff)
test file for each component
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index bb98953a6..1522cb5ae 100644
--- a/package.json
+++ b/package.json
@@ -60,6 +60,7 @@
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.1.0",
"@types/jest": "^29.1.1",
+ "@types/sinon": "^10.0.13",
"@types/webpack-env": "^1.17.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
@@ -98,6 +99,7 @@
"postcss": "^8.4.14",
"postcss-html": "^1.4.1",
"sass-loader": "^13.0.2",
+ "sinon": "^14.0.1",
"style-loader": "^3.3.1",
"stylelint": "^14.8.4",
"stylelint-config-recommended-scss": "^7.0.0",
@@ -131,8 +133,8 @@
"^.+\\.ts?$": "ts-jest"
},
"transformIgnorePatterns": [
- "/node_modules/(?!(@nextcloud)|(vue-material-design-icons))"
- ],
+ "/node_modules/(?!(@nextcloud)|(vue-material-design-icons))"
+ ],
"snapshotSerializers": [
"jest-serializer-vue"
],