8 lines
98 B

export default {
html: `Foo`,
test({ assert, component }) {
assert.ok(component.test);
}
};