Skip to content

Commit 943c048

Browse files
committed
lint
1 parent 49d663d commit 943c048

File tree

1 file changed

+2
-2
lines changed
  • test/runtime/samples/function-expression-inline

1 file changed

+2
-2
lines changed

test/runtime/samples/function-expression-inline/_config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
<p>3</p>
77
`,
88

9-
async test({ assert, component, target, window }) {
9+
async test({ assert, target, window }) {
1010
const button = target.querySelector('button');
1111
const click = new window.MouseEvent('click');
1212

@@ -19,4 +19,4 @@ export default {
1919
<p>6</p>
2020
`);
2121
}
22-
}
22+
};

0 commit comments

Comments
 (0)