8 lines
99 B

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