Skip to content

Commit 2ad5e53

Browse files
authored
remove unnecessary test (#10008)
Co-authored-by: Rich Harris <[email protected]>
1 parent 8a013c4 commit 2ad5e53

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

packages/svelte/tests/runtime-runes/samples/transition-evaluation/main.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
const { visible = true, foo = 1 } = $props();
33
44
function bar(node, params) {
5-
node.foo = params;
5+
node.foo = params;
66
return () => ({});
77
}
88
</script>
99

1010
{#if visible}
1111
<div transition:bar={foo}></div>
12-
{/if}
12+
{/if}

packages/svelte/tests/runtime-runes/samples/transition-js-initial/_config.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/svelte/tests/runtime-runes/samples/transition-js-initial/main.svelte

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)