Skip to content

Commit b865494

Browse files
authored
Preparing for adding unused warning to eslint config (#5498)
1 parent 24b8e9e commit b865494

File tree

1 file changed

+1
-1
lines changed
  • test/runtime/samples/this-in-function-expressions

1 file changed

+1
-1
lines changed

test/runtime/samples/this-in-function-expressions/_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
async test({ assert, target, window }) {
3-
const [_, btn] = target.querySelectorAll('button');
3+
const [, btn] = target.querySelectorAll('button');
44
const clickEvent = new window.MouseEvent('click');
55

66
await btn.dispatchEvent(clickEvent);

0 commit comments

Comments
 (0)