From fd773c284948dd2a77ca9d6540eded89173658f8 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 12 Dec 2018 19:58:35 -0500 Subject: [PATCH] fix test --- .../samples/instrumentation-template-loop-scope/_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/runtime/samples/instrumentation-template-loop-scope/_config.js b/test/runtime/samples/instrumentation-template-loop-scope/_config.js index a2726934be..1195055c45 100644 --- a/test/runtime/samples/instrumentation-template-loop-scope/_config.js +++ b/test/runtime/samples/instrumentation-template-loop-scope/_config.js @@ -1,8 +1,6 @@ export default { html: ` - -

x: 0

`, @@ -13,8 +11,6 @@ export default { await buttons[0].dispatchEvent(click); assert.htmlEqual(target.innerHTML, ` - -

x: 42

`); }