export default { html: 'got', test({ assert, component }) { assert.equal(component.foo, 'got'); } };