Skip to content

Commit 7c17d7c

Browse files
dependabot[bot]skjnldsv
authored andcommitted
feat: move to vue 3 and vite 7
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 798197f commit 7c17d7c

3 files changed

Lines changed: 4844 additions & 3226 deletions

File tree

cypress/support/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import './commands'
2525
// eslint-disable-next-line n/no-extraneous-import
2626
import 'core-js/stable/index.js'
2727

28-
import { mount } from '@cypress/vue2'
28+
import { mount } from '@cypress/vue'
2929

3030
// @ts-expect-error Mock window so this is an internal property
3131
window._oc_capabilities = { files: {} }

0 commit comments

Comments
 (0)