Skip to content

Commit

Permalink
Preparing for adding unused warning to eslint config (#5498)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrencrona committed Oct 19, 2020
1 parent 24b8e9e commit b865494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
async test({ assert, target, window }) {
const [_, btn] = target.querySelectorAll('button');
const [, btn] = target.querySelectorAll('button');
const clickEvent = new window.MouseEvent('click');

await btn.dispatchEvent(clickEvent);
Expand Down

0 comments on commit b865494

Please sign in to comment.