diff --git a/test/runtime/samples/function-expression-inline/_config.js b/test/runtime/samples/function-expression-inline/_config.js index d4b80267cd..6916be45b1 100644 --- a/test/runtime/samples/function-expression-inline/_config.js +++ b/test/runtime/samples/function-expression-inline/_config.js @@ -6,7 +6,7 @@ export default {

3

`, - 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 {

6

`); } -} \ No newline at end of file +}; \ No newline at end of file