pull/7738/head
Rich Harris 6 years ago
parent f3add41660
commit 5be0a74998

@ -6,7 +6,7 @@ export default {
<p>3</p>
`,
async test({ assert, component, target, window }) {
async test({ assert, target, window }) {
const button = target.querySelector('button');
const click = new window.MouseEvent('click');
@ -19,4 +19,4 @@ export default {
<p>6</p>
`);
}
}
};
Loading…
Cancel
Save