summaryrefslogtreecommitdiffstats
path: root/cypress/support
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-04-21 11:04:08 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-04-21 11:40:25 +0200
commit497d19531054b53b71a5e05d2fd1b705388e49e1 (patch)
treece6dbf1b8cc17c37e5e42ecb5e503de8c5f2d9fc /cypress/support
parent971342911a16df3dfa47892b96a6b5a8c44b3e37 (diff)
downloadnextcloud-server-497d19531054b53b71a5e05d2fd1b705388e49e1.tar.gz
nextcloud-server-497d19531054b53b71a5e05d2fd1b705388e49e1.zip
chore(deps): update cypress
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'cypress/support')
-rw-r--r--cypress/support/component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress/support/component.ts b/cypress/support/component.ts
index b56c3dc3604..3769caed46b 100644
--- a/cypress/support/component.ts
+++ b/cypress/support/component.ts
@@ -20,8 +20,8 @@
*
*/
/* eslint-disable */
-import { mount } from 'cypress/vue2'
-
+import { mount } from '@cypress/vue2'
+
// Example use:
// cy.mount(MyComponent)
Cypress.Commands.add('mount', (component, optionsOrProps) => {