Skip to content

Commit 926bb46

Browse files
committed
cleanup
1 parent 0f1959f commit 926bb46

File tree

1 file changed

+0
-4
lines changed
  • packages/svelte/tests/runtime-runes/samples/event-prop-current-target

1 file changed

+0
-4
lines changed

packages/svelte/tests/runtime-runes/samples/event-prop-current-target/_config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import { test } from '../../test';
22

33
export default test({
4-
get props() {
5-
return { item: { name: 'Dominic' } };
6-
},
7-
84
async test({ assert, target, logs }) {
95
const [s1] = target.querySelectorAll('span');
106

0 commit comments

Comments
 (0)