Skip to content

Commit ec42d18

Browse files
committed
test: migrate ct react18 to react
1 parent 0bf00cf commit ec42d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/component-tests/cypress/support/component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import './commands'
1919
// Alternatively you can use CommonJS syntax:
2020
// require('./commands')
2121

22-
import { mount } from 'cypress/react18'
22+
import { mount } from 'cypress/react'
2323

2424
Cypress.Commands.add('mount', mount)
2525

2626
// Example use:
27-
// cy.mount(<MyComponent />)
27+
// cy.mount(<MyComponent />)

0 commit comments

Comments
 (0)