diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-14 10:50:08 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-21 09:08:04 +0200 |
commit | c31b2329dc6fbac8c1400c8be12d090089b6f359 (patch) | |
tree | 43dca1d65422301d3d3267c341d2b70e2313da94 /package.json | |
parent | f8e697ce4dd28ba8899adacf2fa12e33f60b2194 (diff) | |
download | nextcloud-server-c31b2329dc6fbac8c1400c8be12d090089b6f359.tar.gz nextcloud-server-c31b2329dc6fbac8c1400c8be12d090089b6f359.zip |
feat: add sidebar action testing
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 5f729f0fddf..5e58a7f7ee3 100644 --- a/package.json +++ b/package.json @@ -130,6 +130,7 @@ "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", "@types/dockerode": "^3.3.17", + "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^5.59.5", "@vue/test-utils": "^1.3.5", |