Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Varixo committed Jul 25, 2024
1 parent 0b21e63 commit 35f516a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/qwik/src/core/v2/tests/ssr-render.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ describe('v2 ssr render', () => {
return (
<div data-render={rerender.value} key={rerender.value}>
<button onClick$={() => rerender.value++}></button>
<SSRComment data="q:container=html" />
<SSRRaw data="<div>hello</div>" />
<SSRComment data="/q:container" />
<TestCmp>
<span>a</span>
</TestCmp>
Expand Down

0 comments on commit 35f516a

Please sign in to comment.