export default { html: '

i am a widget

', test({ assert, component }) { const { widget } = component; assert.ok(widget.isWidget); } };