export default { html: `

42

`, async test({ assert, component }) { assert.equal(component.initial_foo, 42); } };