We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b8e9e commit b865494Copy full SHA for b865494
test/runtime/samples/this-in-function-expressions/_config.js
@@ -1,6 +1,6 @@
1
export default {
2
async test({ assert, target, window }) {
3
- const [_, btn] = target.querySelectorAll('button');
+ const [, btn] = target.querySelectorAll('button');
4
const clickEvent = new window.MouseEvent('click');
5
6
await btn.dispatchEvent(clickEvent);
0 commit comments