aboutsummaryrefslogtreecommitdiffstats
path: root/cypress.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cypress.d.ts')
-rw-r--r--cypress.d.ts2
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];