PR-923441: Making fixes.

This commit is contained in:
2025-03-26 04:53:59 +00:00
parent 92138567a1
commit b5da68ac9a
4 changed files with 33 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import './commands';
// Alternatively you can use CommonJS syntax:
// require('./commands')
import { mount } from 'cypress/react18';
import { mount } from '@cypress/react'
// Augment the Cypress namespace to include type definitions for
// your custom command.