From e4090c5af8ed18cdeacd1daec990343f1f748181 Mon Sep 17 00:00:00 2001 From: baseballyama Date: Thu, 14 Apr 2022 18:50:59 +0900 Subject: [PATCH] revert useless change --- test/runtime/samples/dynamic-element-string/_config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/runtime/samples/dynamic-element-string/_config.js b/test/runtime/samples/dynamic-element-string/_config.js index 0821558add..acad91c901 100644 --- a/test/runtime/samples/dynamic-element-string/_config.js +++ b/test/runtime/samples/dynamic-element-string/_config.js @@ -1,7 +1,3 @@ export default { - html: '
Foo
', - - test({ assert, target }) { - assert.htmlEqual(target.innerHTML, '
Foo
'); - } + html: '
Foo
' };