Skip to content

Commit

Permalink
remove unnecessary test (#10008)
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Harris <rich.harris@vercel.com>
  • Loading branch information
Rich-Harris and Rich-Harris committed Dec 27, 2023
1 parent 8a013c4 commit 2ad5e53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
const { visible = true, foo = 1 } = $props();
function bar(node, params) {
node.foo = params;
node.foo = params;
return () => ({});
}
</script>

{#if visible}
<div transition:bar={foo}></div>
{/if}
{/if}

This file was deleted.

This file was deleted.

1 comment on commit 2ad5e53

@vercel
Copy link

@vercel vercel bot commented on 2ad5e53 Dec 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svelte-5-preview – ./sites/svelte-5-preview

svelte-5-preview-svelte.vercel.app
svelte-5-preview.vercel.app
svelte-octane.vercel.app
svelte-5-preview-git-main-svelte.vercel.app

Please sign in to comment.