From 5be0a7499894951f0b1f9af8dedf0f48ded65ca2 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 3 Jul 2019 11:29:33 -0400 Subject: [PATCH] lint --- test/runtime/samples/function-expression-inline/_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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