Skip to content

Commit 6a8a315

Browse files
author
hackape
committed
chore: fix lint error in test
1 parent 1e9f329 commit 6a8a315

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/test/runtime/samples/dynamic-component-spread-props

1 file changed

+1
-1
lines changed

packages/svelte/test/runtime/samples/dynamic-component-spread-props/_config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
<button>Toggle Component</button>
55
`,
66

7-
async test({ assert, component, window, target }) {
7+
async test({ assert, window, target }) {
88
const button = target.querySelector('button');
99
await button.dispatchEvent(new window.Event('click'));
1010
assert.htmlEqual(

0 commit comments

Comments
 (0)