File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
packages/cypress-ct-qwik/src/lib Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import type { JSXNode, RenderResult } from '@builder.io/qwik';
22import { render } from '@builder.io/qwik' ;
33import { getContainerEl , setupHooks } from '@cypress/mount-utils' ;
44
5-
65let destroy : ( ) => void | undefined ;
76
87function cleanup ( ) {
@@ -19,13 +18,13 @@ export function mount(element: JSXNode) {
1918 message : 'Component' ,
2019 consoleProps : ( ) => {
2120 return {
22- // // @ts -ignore protect the use of jsx functional components use ReactNode
21+ // // @ts -ignore protect the use of jsx functional components use ReactNode
2322 props : element ?. props ,
2423 description : 'Mounted Qwik component' ,
25- home : 'https://github.com/cypress-io /cypress' ,
26- }
24+ home : 'https://github.com/qwikifiers /cypress-qwik ' ,
25+ } ;
2726 } ,
28- } )
27+ } ) ;
2928
3029 return cy . wrap ( renderResultPromise , { log : false } ) . then ( ( renderResult ) => {
3130 destroy = ( renderResult as RenderResult ) . cleanup ;
You can’t perform that action at this time.
0 commit comments