export default { html: '

0

', test({ assert, component, target }) { component.selected = 3; assert.htmlEqual(target.innerHTML, '

3

'); } };