Skip to content

Commit 3e217cb

Browse files
committed
update imports
1 parent f76a933 commit 3e217cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/vite-ts/cypress/support/component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { ThemeProvider } from '@ui5/webcomponents-react';
1717

1818
// Alternatively you can use CommonJS syntax:
1919
// require('./commands')
20-
import { mount } from 'cypress/react18';
20+
import { mount } from 'cypress/react';
2121
// Import commands.js using ES2015 syntax:
2222
import './commands';
2323

templates/vite-ts/cypress/support/component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { ThemeProvider } from '@ui5/webcomponents-react';
1717

1818
// Alternatively you can use CommonJS syntax:
1919
// require('./commands')
20-
import { mount } from 'cypress/react18';
20+
import { mount } from 'cypress/react';
2121
// Import commands.js using ES2015 syntax:
2222
import './commands';
2323

0 commit comments

Comments
 (0)