File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/vite-ts/cypress/support
templates/vite-ts/cypress/support Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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:
2222import './commands' ;
2323
Original file line number Diff line number Diff 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:
2222import './commands' ;
2323
You can’t perform that action at this time.
0 commit comments