From 497d19531054b53b71a5e05d2fd1b705388e49e1 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Fri, 21 Apr 2023 11:04:08 +0200 Subject: chore(deps): update cypress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- cypress/support/component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cypress') 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) => { -- cgit v1.2.3