export default { 'skip-ssr': true, html: `

from this.options

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