Skip to content

Commit

Permalink
Migrate to vue 3
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Feb 8, 2023
1 parent 1098296 commit db3456e
Show file tree
Hide file tree
Showing 62 changed files with 4,522 additions and 3,654 deletions.
4 changes: 2 additions & 2 deletions cypress/support/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// https://on.cypress.io/configuration
// ***********************************************************

import './commands'
import { mount } from '@cypress/vue2'
import './commands.ts'
import { mount } from '@cypress/vue'

// Augment the Cypress namespace to include type definitions for
// your custom command.
Expand Down
Loading

0 comments on commit db3456e

Please sign in to comment.