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 <[email protected]>
  • Loading branch information
raimund-schluessler committed Feb 8, 2023
1 parent 15d26b6 commit d8a1ac9
Show file tree
Hide file tree
Showing 62 changed files with 5,200 additions and 4,395 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 d8a1ac9

Please sign in to comment.