remove useless assertion

pull/7453/head
baseballyama 4 years ago
parent 532413d484
commit b631ddf3aa

@ -3,7 +3,6 @@ export default {
propTag: 'hr' propTag: 'hr'
}, },
html: '<h1></h1><col><img><hr><input><br>', html: '<h1></h1><col><img><hr><input><br>',
ssrHtml: '<h1></h1><col><img><hr><input><br>',
test({ assert, component, target }) { test({ assert, component, target }) {
assert.htmlEqual(target.innerHTML, '<h1></h1><col><img><hr><input><br>'); assert.htmlEqual(target.innerHTML, '<h1></h1><col><img><hr><input><br>');

Loading…
Cancel
Save