We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9f329 commit 6a8a315Copy full SHA for 6a8a315
packages/svelte/test/runtime/samples/dynamic-component-spread-props/_config.js
@@ -4,7 +4,7 @@ export default {
4
<button>Toggle Component</button>
5
`,
6
7
- async test({ assert, component, window, target }) {
+ async test({ assert, window, target }) {
8
const button = target.querySelector('button');
9
await button.dispatchEvent(new window.Event('click'));
10
assert.htmlEqual(
0 commit comments