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
`); }