diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-21 11:04:08 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-21 11:40:25 +0200 |
commit | 497d19531054b53b71a5e05d2fd1b705388e49e1 (patch) | |
tree | ce6dbf1b8cc17c37e5e42ecb5e503de8c5f2d9fc /cypress.d.ts | |
parent | 971342911a16df3dfa47892b96a6b5a8c44b3e37 (diff) | |
download | nextcloud-server-497d19531054b53b71a5e05d2fd1b705388e49e1.tar.gz nextcloud-server-497d19531054b53b71a5e05d2fd1b705388e49e1.zip |
chore(deps): update cypress
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'cypress.d.ts')
-rw-r--r-- | cypress.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress.d.ts b/cypress.d.ts index b19af267631..7283e5819ab 100644 --- a/cypress.d.ts +++ b/cypress.d.ts @@ -20,7 +20,7 @@ * */ /* eslint-disable */ -import { mount } from 'cypress/vue2' +import { mount } from '@cypress/vue2' type MountParams = Parameters<typeof mount>; type OptionsParam = MountParams[1]; |