Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Varixo committed Jun 5, 2024
1 parent 3de9e7f commit 5f7bb66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/qwik/src/core/components/prefetch.unit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ describe('PrefetchGraph', () => {
const output = await renderToString(<PrefetchGraph nonce="1234" />, {
containerTagName: 'div',
});
console.log(output.html);
expect(output.html).to.contain(
'<script q:key="prefetch-graph" : q:container="html" nonce="1234">'
);
Expand Down

0 comments on commit 5f7bb66

Please sign in to comment.