export default { 'skip-ssr': true, // TODO delete this line, once binding works html: `

y: foo

y: foo

`, test ( assert, component, target ) { component.set({ x: false }); assert.htmlEqual( target.innerHTML, `

y: foo

y: foo

` ); } };