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/support | |
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/support')
-rw-r--r-- | cypress/support/component.ts | 4 |
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) => { |