Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Varixo committed Aug 31, 2024
1 parent 68c0ea7 commit 4fad01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qwik/src/core/render/ssr/render-ssr.unit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import { Resource, useResource$ } from '../../use/use-resource';
import { useSignal } from '../../use/use-signal';
import { useStore } from '../../use/use-store.public';
import { useStylesQrl, useStylesScopedQrl } from '../../use/use-styles';
import { useTask$, useVisibleTask$ } from '../../use/use-task';
import { delay } from '../../util/promises';
import { jsx } from '../jsx/jsx-runtime';
import { Slot } from '../jsx/slot.public';
import type { JSXOutput } from '../jsx/types/jsx-node';
import { SSRComment, SSRRaw } from '../jsx/utils.public';
import { _renderSSR, type RenderSSROptions } from './render-ssr';
import { useTask$, useVisibleTask$ } from '../../use/use-task-dollar';

test.skip('render attributes', async () => {
await testSSR(
Expand Down

0 comments on commit 4fad01e

Please sign in to comment.