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

@ -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