From b631ddf3aa152a7d7ddb5b8c4f0579230dc91253 Mon Sep 17 00:00:00 2001 From: baseballyama Date: Sun, 17 Apr 2022 15:57:43 +0900 Subject: [PATCH] remove useless assertion --- test/runtime/samples/dynamic-element-void-tag/_config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/runtime/samples/dynamic-element-void-tag/_config.js b/test/runtime/samples/dynamic-element-void-tag/_config.js index adbbf42372..60b97e973d 100644 --- a/test/runtime/samples/dynamic-element-void-tag/_config.js +++ b/test/runtime/samples/dynamic-element-void-tag/_config.js @@ -3,7 +3,6 @@ export default { propTag: 'hr' }, html: '



', - ssrHtml: '



', test({ assert, component, target }) { assert.htmlEqual(target.innerHTML, '



');