export default { skip_if_ssr: true, html: `

from this.options

`, options: { text: 'from this.options' }, test(assert, component) { assert.equal(component.options.text, 'from this.options'); } };