Skip to content

Commit 608edb7

Browse files
Update component.ts
1 parent a15c7cf commit 608edb7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

cypress/support/component.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { mount } from 'cypress/react18';
1+
//import { mount } from 'cypress/react18';
22

3-
declare global {
4-
namespace Cypress {
5-
interface Chainable {
6-
mount: typeof mount;
7-
}
8-
}
9-
}
3+
//declare global {
4+
// namespace Cypress {
5+
// interface Chainable {
6+
// mount: typeof mount;
7+
// }
8+
// }
9+
//}
1010

11-
Cypress.Commands.add('mount', mount);
11+
//Cypress.Commands.add('mount', mount);

0 commit comments

Comments
 (0)