pull/3170/head
Rich Harris 6 years ago
parent 49d663d694
commit 943c04834a

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